-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpress.html
More file actions
39 lines (34 loc) · 1003 Bytes
/
press.html
File metadata and controls
39 lines (34 loc) · 1003 Bytes
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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="icon" href="images/favicon.ico" type="image/png">
<meta name="viewport" content="550pt" />
<title>SAFE</title>
</head>
<body>
<div class="bar">
<div class="content">
<div class="inner-content">
<a href="https://safespeech.org">
<img src="images/logo.png" width="200" height="113"/>
</a>
<ul class="navigation">
<li><a href="/">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a class="active" href="press.html">Press</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="inner-content">
<p class="description"><h1>Coming Soon</h1></p>
</div>
<div class="line"></div>
</div>
<div class="footer">
Copyright © 2018 | <a href="https://safespeech.org">safespeech.org</a> | All Rights Reserved
</div>
</body>
</html>