initial commit
This commit is contained in:
commit
c0e7721a87
4 changed files with 20 additions and 0 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# 0x76.dev
|
19
index.html
Normal file
19
index.html
Normal 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
0
script.js
Normal file
0
style.css
Normal file
0
style.css
Normal file
Loading…
Add table
Reference in a new issue