-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresent.html
More file actions
53 lines (50 loc) · 1.98 KB
/
present.html
File metadata and controls
53 lines (50 loc) · 1.98 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="BootStrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" type="text/css" href="StyleSheet.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<title>Entropy</title>
</head>
<body>
<nav class="navbar navbar-inverse" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="entropymain.html">ENTROPY</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Games<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="entropy.html">Entropy</a></li>
<li><a href="moodtropy.html">Moodtropy</a></li>
<li><a href="poontropy.html">Poontropy</a></li>
<li><a href="startropy.html">Startropy</a></li>
<li><a href="flipside.html">Flipside</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">About Us<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="founders.html">Inception</a></li>
<li><a href="present.html">Today</a></li>
<li><a href="future.html">Ambitions</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<h1 id="MainTitle">Where we are today...</h1>
Currently Entropy is being developed as an online web application by a team of skilled programmers.
<script src="jquery-2.0.3.js"></script>
<script src="BootStrap/js/bootstrap.min.js"></script>
</body>
</html>