-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 784 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Oculus</title>
<link rel="icon" href="img/icon.png">
</head>
<body style="background-image: url(img/background.jpg) ; background-size:initial; background-repeat: no-repeat;" >
<div style=" text-align: center; font-family:'Century Gothic'; margin-top: 5%;">
<img src="img/icon.png" height="auto" width="30%">
<h1>
<span style="color: #2E85FF;">O</span>
<span style="color: #2E85FF;">C</span>
<span style="color: #266DD1;">U</span>
<span style="color: #2A79E8;">L</span>
<span style="color: #4190FF;">U</span>
<span style="color: #4190FF;">S</span>
</h1>
<p style="color: rgb(210,210,210);">Comming soon </p>
<p style="color: rgb(200,200,200);">oculus063@gmail.com</p>
</div>
</body>
</html>