This commit is contained in:
decentral1se
2021-04-23 10:33:58 +02:00
commit 8d8f355a57
7 changed files with 760 additions and 0 deletions

11
lumbung.space/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>lumbung.space</title>
</head>
<body>
<p>Hello, World</p>
</body>
</html>