forked from 5quirre1/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcredpfp.html
30 lines (30 loc) · 1.24 KB
/
credpfp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="PFP Credit" property="og:title" />
<meta content="Credit for the Profile Pictures used by the devs or others!" property="og:description" />
<meta content="https://freakybob.site/credpfp" property="og:url" />
<meta content="placeholder" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="images/credit.png">
<title>Credit (PFPs) | Freakybob.site</title>
<link rel="stylesheet" href="css/credpfp.css">
<link rel="stylesheet" href="css/twemoji.css">
</head>
<body>
<h1>Credit for profile pictures!</h1>
<p>Coming soon...</p>
<div id="description" class="description"></div>
<a href="https://freakybob.site/">Go back to Freakybob.site</a>
<audio>
src="https://archive.org/download/wiiumusic/03%20-%20System%20Music%20-%20First%20Time%20Setup%20%28TV%29.mp3"
autoplay
loop
</audio>
<!-- pwease fix this squirrel its a mess-->
</body>
<script src="js/twemoji.js"></script>
</html>