forked from doqe/purgatory-page
uh yeah
This commit is contained in:
13
index.html
13
index.html
@ -2,9 +2,20 @@
|
||||
<head>
|
||||
<title>Purgatory</title>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<link rel="icon" href="icon.gif" type="image/gif" />
|
||||
|
||||
<meta property="og:title" content="Purgatory" />
|
||||
<meta property="og:description" content="This website is under construction, check back later!" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://purgatory.zip/" />
|
||||
<meta property="og:image" content="https://purgatory.zip/icon.gif" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Purgatory" />
|
||||
<meta name="twitter:description" content="This website is under construction, check back later!" />
|
||||
<meta property="twitter:Image" content="https://purgatory.zip/icon.gif" />
|
||||
</head>
|
||||
<body>
|
||||
<link rel="icon" href="icon.gif" type="image/gif" />
|
||||
|
||||
<audio loop autoplay loop id="bg-audio" volume="0">
|
||||
<source src="old_doll.wav" type="audio/wav" />
|
||||
|
Reference in New Issue
Block a user