-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprofile.html
41 lines (37 loc) · 995 Bytes
/
profile.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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>َSafeMaps | PROFILE</title>
<link
rel="stylesheet"
href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"
/>
<link rel="stylesheet" href="home.css" />
</head>
<body>
<div class="header">
<a href="./home.html" class="logo">SafeMaps</a>
<div class="header-right">
<a href= "./profile.html"
><link href="https://css.gg/profile.css" rel="stylesheet" /><i
class="gg-profile"
></i> </a>
<a href="./info.html">
<link href="https://css.gg/info.css" rel="stylesheet" /><i
class="gg-info"
></i
></a>
</div>
</div>
<link
href="https://fonts.googleapis.com/css?family=Antic"
rel="stylesheet"
type="text/css"
/>
GDFHJKL;KJHVGCJKLHG
<footer>
<p><i>SafeMaps, your safer way Home</i></p>
</footer>
</body>
</html>