-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlayout.html
More file actions
61 lines (53 loc) · 1.9 KB
/
layout.html
File metadata and controls
61 lines (53 loc) · 1.9 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>OS2G</title>
<meta name="author" content="C Wiebe" />
<meta name="description" content="Club website for OS2G at the University of Nebraska-Lincoln" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="dark light" />
<!-- Applies to every anchor tag by default -->
<base target="_blank" rel="noreferrer noopener" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<!-- Generated by https://realfavicongenerator.net -->
<link rel="icon" type="image/png" href="/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="OS2G" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<header>
<h1 class="kf-glitch">
<a href="/" target="_self" class="hidden-link">
<span class="kf-fromleft">(</span><span class="kf-fromtop">OS</span><span class="kf-fromright">)</span><sub class="kf-frombottom">2</sub><span class="kf-slowfade">G</span>
</a>
</h1>
<p>Operating Systems & Open Source Group</p>
</header>
<nav>
<form target="_self">
<button formaction="/">
About Us
</button>
<button formaction="/meetings">
Meetings
</button>
<button formaction="/resources">
Resources
</button>
<button formaction="/members">
Members
</button>
</form>
</nav>
<main class="kf-fromleft-container">
##CONTENTS##
</main>
<footer>
<p>OS2G @ University of Nebraska-Lincoln</p>
</footer>
</body>
</html>