File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Suvida Website</title>
8
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
9
+ integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
10
+ <link rel="stylesheet" href="css/styles.css">
11
+ </head>
12
+ <body>
13
+ <section id="title">
14
+
15
+ <!-- NAV BAR -->
16
+
17
+ <div class="topnav" id="myTopnav">
18
+ <a href="#home" class="rounded m-1 p-2">Home</a>
19
+ <a href="#news" class="rounded m-1 p-2">News</a>
20
+ <a href="#contact" class="rounded m-1 p-2">Contact</a>
21
+ <a href="#about" class="rounded m-1 p-2">About</a>
22
+ <a href="#user" class="active rounded m-1 p-2">Your Profile</a>
23
+
24
+ <a href="login.html" class="border rounded m-2 p-2" style="float: right;">Sign Out</a>
25
+
26
+ </body>
27
+
28
+ </html>
29
+
30
+ </html>
You can’t perform that action at this time.
0 commit comments