-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstats.html
61 lines (59 loc) · 2.5 KB
/
stats.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The official website of mpax235">
<meta content="mpax235" property="og:title" />
<meta content="The official website of mpax235!" property="og:description" />
<meta content="https://mpax235.github.io" property="og:url" />
<meta content="/website/sources/favicon.gif" property="og:image" />
<meta content="#00ffff" data-react-helmet="true" name="theme-color" />
<title>mpax235 - Home</title>
<link rel="stylesheet" href="css/index.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="icon" href="sources/favicon.gif">
</head>
<body>
<!--header insert-->
<div class="header">
<a href="index.html"><img id="logo" alt="mpax235" src="sources/logo.png"></a>
</div>
<nav>
<ul class="navigationbar">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a class="active" href="stats.html">Stats</a></li>
<li><a href="">Wiki (Does not Work)</a></li>
</ul>
</nav>
<!--header end-->
<div class="homepage">
<div class="stats">
<div class="createdon">
<a>Site created on</a>
<br>
<a id="createddate">July 16th, 2024</a>
</div>
<div class="publishedon">
<a>Site published on</a>
<br>
<a id="createddate">September 1st, 2024</a>
</div>
<div class="visits">
<a>Visits since November 16th, 2024</a>
<br>
<div align='center'>
<a id="createddate" href='https://www.free-website-hit-counter.com'>
<img src='https://www.free-website-hit-counter.com/zc.php?d=9&id=1497&s=8' border='0' alt='Free Website Hit Counter'>
</a>
<br>
</div>
</div>
</div>
</div>
<iframe id="footer-iframe" src="iframes/footer2.html"></iframe>
<!--<script src="js/index.js"></script>-->
</body>
</html>