This repository was archived by the owner on Jan 21, 2018. It is now read-only.
forked from IvanFon/SpacesimWebsite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwiki.html
More file actions
43 lines (36 loc) · 1.6 KB
/
wiki.html
File metadata and controls
43 lines (36 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OCE SpaceSim</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content=
"OCESS is a non-profit organization dedicated to informing and involving students from across Ontario about space and science." name=
"description">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/stylesheet.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="menu-container">
</div>
<header class="header">
</header>
<div class="container">
<div class="page-header">
<h1>Wiki</h1>
</div>
<!-- Content goes in this div -->
<div class="col-md-10 col-md-offset-1 well">
<p>The wiki is a useful source for information about Sim Lore, members, and many other weird and wonderful things. However, it is an undiscovered resource to be tapped into. Various commanders and webmasters over the history of Sapcesim, each with their own system of organization, have added valuable knowledge over the years. The result, lots of interesting and valuable information with no system to document and organize it.</p>
<br>
<h3 class="text-center"><a href="http://www.wiki.spacesim.org/">Click here to go to the wiki.</a></h3>
</div>
</div>
<footer class="footer">
</footer>
</body>
</html>