-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
32 lines (26 loc) · 1.16 KB
/
contact.html
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
<!DOCTYPE html>
<html>
<head>
<title>DEMO</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:500,300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mukta:400,800" rel="stylesheet">
</head>
<body bgcolor="#2c3e50">
<div>
<div class="topbar">
<div id="topbarblocks"><div id="navbut"><a href="index.html">HOME</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="demo.html">DEMOS</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="tutorial.html">TUTORIAL</a></div></div>
<div id="topbarblocks"><div id="navbut"><a href="contact.html">CONTACT</a></div></div>
</div>
<div id="intro">CONTACT</div>
<div id="tagline">Please don't contact us.</div>
</div>
<div class="container">
<div class="quoteholder">
<p>coz we already are busy doing workbook!</p>
</div></div>
<div class="foot"><p>Photo by JESHOOTS.com from Pexels. Template by Ritwik and Ravi.</p> </div>
</body>
</html>