-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
91 lines (90 loc) · 4.75 KB
/
about.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>About (name)</title>
<link rel="stylesheet" href="style.css?=v2">
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,id:"5fc1a18f-e620-4b66-808f-48af4de2d8db",utcoffset:"8"}))};sessionStorage.setItem("_swa","1");</script>
<link rel="stylesheet" href="style.css?=v2">
<link rel="apple-touch-icon" sizes="180x180" href="/feeling-o-meter/manifest/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/feeling-o-meter/manifest/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="194x194" href="/feeling-o-meter/manifest/favicon-194x194.png">
<link rel="icon" type="image/png" sizes="192x192" href="/feeling-o-meter/manifest/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/feeling-o-meter/manifest/favicon-16x16.png">
<link rel="manifest" href="/feeling-o-meter/manifest/site.webmanifest">
<link rel="mask-icon" href="/feeling-o-meter/manifest/safari-pinned-tab.svg" color="#333333">
<link rel="shortcut icon" href="/feeling-o-meter/manifest/favicon.ico">
<meta name="apple-mobile-web-app-title" content="(name)'s Feelings">
<meta name="application-name" content="(name)'s Feelings">
<meta name="msapplication-TileColor" content="#333333">
<meta name="msapplication-TileImage" content="/feeling-o-meter/manifest/mstile-144x144.png">
<meta name="msapplication-config" content="/feeling-o-meter/manifest/browserconfig.xml">
<meta name="theme-color" content="#333333">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Refresh" content="60">
</head>
<style>
body {
background: black }
section {
background: grey;
color: white;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) }
</style>
<section>
<h1>(name) is feeling</h1>
<iframe src="feeling.html" frameBorder="0"></iframe>
<br>
<h6><a href="about.html">Next Page 👉</a></h6>
<h6><i>©2022 JoshAtticus Ideas</i> | <i>Click <a href="https://github.com/JoshAtticus/feeling-o-meter" target="_blank">here</a> to see how this website works!</i></h6>
</section>
</html>
<link rel="apple-touch-icon" sizes="180x180" href="/feeling-o-meter/manifest/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/feeling-o-meter/manifest/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="194x194" href="/feeling-o-meter/manifest/favicon-194x194.png">
<link rel="icon" type="image/png" sizes="192x192" href="/feeling-o-meter/manifest/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/feeling-o-meter/manifest/favicon-16x16.png">
<link rel="manifest" href="/feeling-o-meter/manifest/site.webmanifest">
<link rel="mask-icon" href="/feeling-o-meter/manifest/safari-pinned-tab.svg" color="#333333">
<link rel="shortcut icon" href="/feeling-o-meter/manifest/favicon.ico">
<meta name="apple-mobile-web-app-title" content="(name)'s Feelings">
<meta name="application-name" content="(name)'s Feelings">
<meta name="msapplication-TileColor" content="#333333">
<meta name="msapplication-TileImage" content="/feeling-o-meter/manifest/mstile-144x144.png">
<meta name="msapplication-config" content="/feeling-o-meter/manifest/browserconfig.xml">
<meta name="theme-color" content="#333333">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<style>
body {
background: black }
section {
background: grey;
color: white;
border-radius: 1em;
padding: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) }
</style>
<section>
<h1>All about (name)</h1>
<h2>👋 Hi! My name is (name).</h2>
<!--Use <h3> to insert some facts about yourself-->
<h3>My favourite colour is...</h3>
<h3>Some of my hobbies include...</h3>
<h3>My favourite food is...</h3>
<h6><a href="index.html">👈 Go Back</a> <a href="contact.html">Next Page 👉</a></h6>
<h6><i>©2022 JoshAtticus Ideas</i> | <i>Click <a href="https://github.com/JoshAtticus/feeling-o-meter" target="_blank">here</a> to see how this website works!</i></h6>
</section>
</html>