-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 1.01 KB
/
index.html
File metadata and controls
28 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<title>hackPHS</title>
<!-- icon -->
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet">
</head>
<body>
<h1 style="font-family:'Figtree'; font-size: calc(min(10vh,10vw))">hackPHS 2026 coming soon!</h1>
<h2 style="font-family:'Figtree'; color:red">aryan rohan lock in on ts it doesnt even need to scroll</h2>
<a style="font-family: 'Figtree'; font-size:2rem" href="https://www.hackphs.tech">hackPHS 2025</a><br>
</body>
</html>