Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmap.html
More file actions
Latest commit
35 lines (26 loc) · 1.01 KB
/
Copy pathmap.html
File metadata and controls
35 lines (26 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
29
30
31
32
33
34
35
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1">
<metaname="description" content="OCC PC Website.">
<metaname="author" content="OCC Programming Club">
<linkrel="icon" type="image/png" href="icon.jpg" />
<title>OCC Programming Club</title>
<!-- Bootstrap -->
<linkhref="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<linkhref="css/jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<bodystyle="background-color: #939393">
<divstyle="text-align: center">
<imgsrc="img/map.png">
</div>
</body>
</html>