-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
24 lines (24 loc) · 977 Bytes
/
games.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
<!DOCTYPE html>
<!WEBSITE CODE DO NOT EDIT>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<div class="topbar">Glass-Games</div>
<div class="sidebar">
Menu
<a href="http://web.roblox.com/users/1461007339/profile"><button class="sidebar-button">roblox</button></a>
<a><button class="sidebar-button">Item-Names Web</button></a>
<a href="index.html"><button class="sidebar-button">Home</button></a>
<a href="http://google.com"><button class="sidebar-button">Exit</button></a>
</div>
<h1>Games</h1>
<h3>1.Train-simulator</h3>
<a href="https://web.roblox.com/games/8084411312/train-simulator"><button class="button-play">Play!</button></a>
<link rel="stylesheet" href="ui.css" />
</body>
</html>