-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (20 loc) · 750 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (20 loc) · 750 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
<!DOCTYPE HTML>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<meta name="google-site-verification" content="RsPq3PdhD-AFcDzo0C06xCjH5xOErevngutuGdQ7yA0" />
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<link rel = "stylesheet" href = "./css/index.css" type = "text/css">
<link rel = "icon" href="icons/rho_favicon.ico" type = "image/x-icon">
</head>
<body>
<div class = "navbar_main">
<img onclick="window.location.href='./loading.html'" class = "rho_icon" src = "icons/rho_icon.png">
<div class = "ref_links">
<a href="#"> <b>About</b> </a>
<span></span>
<a href="#"> <b>Contact</b> </a>
</div>
</div>
</body>
</html>