Skip to content

Commit 005af38

Browse files
Update index.html
1 parent 7521657 commit 005af38

1 file changed

Lines changed: 14 additions & 17 deletions

File tree

index.html

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en" data-theme="auto">
33
<head>
4-
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
5-
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin>
6-
<script defer src="https://assets.thehtmlproject.com/script/analytics/script.js" data-ga-id="G-4VCCFETV10"></script>
74
<meta charset="UTF-8" />
85
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
96
<title>Maintenance - The HTML Project</title>
7+
108
<link rel="icon" href="https://assets.thehtmlproject.com/icon.jpeg" />
9+
10+
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin>
11+
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin>
12+
<script defer src="https://assets.thehtmlproject.com/script/analytics/script.js" data-ga-id="G-4VCCFETV10"></script>
13+
1114
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1215
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300..900;1,300..900&display=swap" />
1316
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
@@ -24,6 +27,7 @@
2427
<span class="material-symbols-outlined wrench">build</span>
2528
<span class="material-symbols-outlined cone">construction</span>
2629
</div>
30+
2731
<h1 class="title">We’ll be right back</h1>
2832
<p class="subtitle">THP is currently undergoing maintenance to improve performance and reliability.</p>
2933

@@ -32,23 +36,16 @@ <h1 class="title">We’ll be right back</h1>
3236
<span class="status-text">Homepage is done! Currently organizing all of the old GitHub game repositories</span>
3337
</div>
3438

35-
<br>
36-
37-
<!-- <div class="actions">
38-
<a href="/" class="btn">
39-
<span class="material-symbols-outlined">home</span>
40-
Return to Dashboard
41-
</a> -->
42-
<a href="https://thehtmlproject.com/contact" class="btn secondary" target="_blank" rel="noopener noreferrer">
43-
<span class="material-symbols-outlined">feedback</span>
44-
Contact Us
45-
</a>
46-
</div>
47-
39+
<br>
4840

41+
<!-- Removed the commented opening .actions wrapper and its stray closing tag -->
42+
<a href="https://thehtmlproject.com/contact" class="btn secondary" target="_blank" rel="noopener noreferrer">
43+
<span class="material-symbols-outlined">feedback</span>
44+
Contact Us
45+
</a>
4946
</div>
5047
</main>
5148

52-
<script src="https://assets.thehtmlproject.com/script/maintenance/script.js" defer></script>
49+
<script defer src="https://assets.thehtmlproject.com/script/maintenance/script.js"></script>
5350
</body>
5451
</html>

0 commit comments

Comments
 (0)