-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml code for doashow menu
67 lines (57 loc) · 1.55 KB
/
html code for doashow menu
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main Menu</title>
</head>
<body>
<h1>Main Menu Bar:</h1>
<ul>
<li>Menu</li>
<li>Games</li>
<li>Social</li>
<li>Create</li>
<li>Explore</li>
<li>Help</li>
<li>Settings</li>
<li>Profile</li>
<li>Shop</li>
<li>Community</li>
<li>Support</li>
</ul>
<h2>Top Menu Bar:</h2>
<ul>
<li>Home</li>
<li>Explore</li>
<li>Create</li>
<li>Notifications</li>
<li>Profile</li>
<li>Settings</li>
<li>Games</li>
</ul>
<h2>Menu Bar:</h2>
<ul>
<li>File</li>
<li>Edit</li>
<li>View</li>
<li>Help</li>
<li>Channel: MetaHub</li>
</ul>
<h2>Users Indicator Bar:</h2>
<p>Friends Online (2): JaneDoe | BobSmith</p>
<p>Friends Offline (1): AliceJohnson</p>
<p>Messages (2): Unread messages from MikeDavis, EmilyChen</p>
<p>Notifications (5): New notifications from DoaShow, Games, and more!</p>
<h2>User Bar:</h2>
<p>MattGrosso (Feed: 99+) | Level: 5 | XP: 250/500 | Reputation: 100</p>
<!-- Add more sections as needed -->
<h2>Current Time:</h2>
<p>Saturday, May 11, 2024, 4:46:00 PM EDT</p>
<h2>Story:</h2>
<p>'The Adventure Begins'</p>
<h2>Welcome:</h2>
<p>Welcome, MattGrosso (Feed: 99+)</p>
<!-- Add more content and sections as per your requirements -->
</body>
</html>