build: init static site at 0.0.1

This commit is contained in:
Mohammad Rafiq 2025-06-23 19:30:28 +08:00
commit fc489e80f0
No known key found for this signature in database
6 changed files with 87 additions and 0 deletions

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

10
src/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<meta charset="utf-8">
<title>rrv.sh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>hi</h1>
</body>
</html>