forked from kuprogrammingclub/kuprogrammingclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 643 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
<title>KU Programming Club</title>
</head>
<body>
<div class="container">
<div class="section">
<h1>KU Programming Club</h1>
<h2>Ryan's Awesome Git, Github, and Open Source Meeting</h2>
<h3>October 24, 2018, 7-8pm, LEEP2 G415</h3>
</div>
</div>
</body>
</html>