-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 2.5 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 2.5 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<title>Quaz's Website</title>
<meta name="title" content="Quaz's Website">
<meta name="description" content="Quaz made a website, here it is!">
<meta name="robots" content="index, follow">
<meta name="keywords" content="Quaz">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Quaz's Website">
<meta itemprop="description" content="Quaz made a website, here it is!">
<meta itemprop="image" content="http://drive.google.com/uc?id=1NSIlRJtY-5ZJQ2Zji26Q9CcrdlraoVB_">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://quaz823.github.io/">
<meta property="og:title" content="Quaz's Website">
<meta property="og:description" content="Quaz made a website, here it is!">
<meta property="og:image" content="https://drive.google.com/uc?id=1NSIlRJtY-5ZJQ2Zji26Q9CcrdlraoVB_">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://quaz823.github.io/">
<meta property="twitter:title" content="Quaz's Website">
<meta property="twitter:description" content="Quaz made a website, here it is!">
<meta property="twitter:image" content="https://drive.google.com/uc?id=1NSIlRJtY-5ZJQ2Zji26Q9CcrdlraoVB_">
<!-- Discord -->
<meta content="#FA1E4E" data-react-helmet="true" name="theme-color" />
<meta property="og:site_name" content="Quaz"/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<form style="display: inline-block" action="https://quaz823.github.io/time"><input type="submit" value="Time"/></form>
<form style="display: inline-block" action="https://quaz823.github.io/snake"><input type="submit" value="Snake"/></form>
<form style="display: inline-block" action="https://quaz823.github.io/camera"><input type="submit" value="Camera"/></form>
<h1>Hello, Welcome to my website!</h1>
<img src="https://drive.google.com/uc?id=1yDSjOxidLylUgUcGdKRirE9RLBpKymJM" alt="Image of Pepsi saying nice">
<a href="https://data.typeracer.com/pit/profile?user=flamemaster46&ref=badge" target="_top"><img src="https://data.typeracer.com/misc/badge?user=flamemaster46" border="0" alt="TypeRacer.com scorecard for user flamemaster46"/></a>
</body>
<script src="script.js"></script>
</html>