-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
test
committed
Jul 4, 2024
1 parent
15823cb
commit 20b86ba
Showing
1 changed file
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,45 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="description" content="lightweight portable web-based file sharing server software"> | ||
<meta name="keyword" content="webd, web file sharing, upload, download, web file management"> | ||
<meta http-equiv="refresh" content='0; URL=./webd/'> | ||
<title>Webd, lightweight and portable web-based file sharing server software.</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>webd90kb's site</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"> | ||
<link rel="stylesheet" href="blogs/blogs.css"> | ||
</head> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154988065-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'UA-154988065-1'); | ||
</script> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5586107219790222" | ||
crossorigin="anonymous"></script> | ||
<body> | ||
|
||
<a href='./webd/'>webd file mananger</a> | ||
|
||
</body> | ||
<div class="container"> | ||
|
||
<div class="post"> | ||
<a class="post-title" href="./webd/">Webd, a 90kB web file server.</a> | ||
<div class="post-date">4 Jul 2024</div> | ||
<div class="post-summary"> | ||
<p>Webd is a free, self-hosted web-based file storage platform that’s incredibly lightweight</p> | ||
</div> | ||
</div> | ||
|
||
<div class="post"> | ||
<a class="post-title" href="./blogs/why_webd.html">Why I Created Webd: A Simple, Lightweight Solution for Storage Needs</a> | ||
<div class="post-date">4 Jul 2024</div> | ||
<div class="post-summary"> | ||
<p>In today's digital age, cloud storage has become an essential service for individuals and businesses alike. However, as I navigated through various public cloud storage solutions, I realized that many of them come with significant drawbacks. The existing platforms are often bloated with unnecessary features, cumbersome registration processes, and privacy concerns due to third-party hosting. This led me to create WebD, a simple, lightweight, and self-hosted file storage solution.</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script> | ||
</body> | ||
</html> |