-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (37 loc) · 1.42 KB
/
index.html
File metadata and controls
46 lines (37 loc) · 1.42 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<link rel="stylesheet" href="./styles/styles.css" />
<title>Pluto Website</title>
<meta charset="UTF-8"> </meta>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</meta>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
<script type = "text/javascript">
</script>
</head>
<body>
<div class ="container">
<div class = "wrapper">
<nav class = "menu">
<a class = "m1" href = "">Home</a>
<a class = "m2" href = "overview.html">Overview</a>
<a class = "m3" href = "updates.html">Updates</a>
<a class = "m4" href = "team.html">Team</a>
<a class = "m5" href = "faq.html">FAQ</a>
</nav>
<div id = "content">
<h1 id ="title">DeepShare</h1>
<br />
<p id ="heading"> Share Resources is an open source platform designed to allow dynamic contribution and consumption of distributed computing resources through Edge Computing.</p>
</div>
</div>
</div>
</body>
</html>