initial commit

This commit is contained in:
Vivian 2022-05-09 14:39:06 +02:00
commit c0e7721a87
No known key found for this signature in database
GPG key ID: F69440FC85CD66CD
4 changed files with 20 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
# 0x76.dev

19
index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Page - My Site</title>
<meta name="description" content="Page description">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="theme-color" content="#8000FF">
</head>
<body>
<script src="/script.js" type="module"></script>
</body>
</html>

0
script.js Normal file
View file

0
style.css Normal file
View file