first few things
This commit is contained in:
parent
c0e7721a87
commit
e3fff66bf6
4 changed files with 77 additions and 2 deletions
11
index.html
11
index.html
|
@ -4,16 +4,23 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>A Page - My Site</title>
|
||||
<title>0x76.dev</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">
|
||||
<meta name="theme-color" content="#0FO">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="/script.js" type="module"></script>
|
||||
<main>
|
||||
<section id="main">
|
||||
<h1>0x76.dev</h1>
|
||||
<p>Hiiiii~</p>
|
||||
<span class="blinking-cursor"></span>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue