Browse Source

Set up dummy index page

tags/v0.0.1
Fen Dweller 5 years ago
commit
c906b0c439
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      macrovision.html

+ 19
- 0
macrovision.html View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>Gorge</title>
<link rel="stylesheet" href="macrovision.css">
<meta name="theme-color" content="#000000" />
<meta name="description" content="How big are they anyway?" />
<meta property="og:title" content="Macrovision" />
<meta property="og:description" content="How big are they anyway?" />
<meta property="og:image" content="https://crux.sexy/images/macrovision.png" />
<link rel="icon" href="https://crux.sexy/images/macrovision.ico">
</head>

<body>
hi
</body>
</html>

Loading…
Cancel
Save