-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
25 lines (25 loc) · 784 Bytes
/
Copy pathsupport.html
File metadata and controls
25 lines (25 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
23
24
25
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>PrivaZer</title>
<link rel="stylesheet" href="./css/master.css">
</head>
<body>
<header>
<div class="nav-flex-container">
<div class="nav-flex-item nav-img"><img src="./img/logo/PrivaZer 133x40C.png" alt=""></div>
<div class="nav-flex-item nav-link">
<a href="index.html">Home</a>
<a href="downloads.html">Downloads</a>
<a href="support.html">Support</a>
<a href="about.html">About Us</a>
</div>
<div class="nav-flex-item nav-button">
<a href="donate.html">Donate</a>
<a href="login.html">Login</a>
</div>
</div>
</header>
</body>
</html>