-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbravo.html
27 lines (26 loc) · 1.15 KB
/
bravo.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/winbox.bundle.js"></script>
<link rel="stylesheet" href="css/bravo.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<link rel="icon" type="image/x-icon" href="favicon.svg">
<title>Bravo Technologies Official Site</title>
</head>
<body>
<h1>Bravo Technologies</h1>
<p>Hello, User BFRMER 2093XX</p>
<p>Your rank is: <b style="color: red;">[ADMIN]</b></p>
<p>Latest Project: Yellow Linux 2.0</p>
<h2>Installed Apps</h2>
<input type="checkbox" id="admin">Open as admin</input><br><br>
<button onclick="app('terminal.html', 'Terminal')">Terminal</button><br><br>
<button onclick="app('bananazon.html', 'Bananazon')">Bananazon</button>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="bravo.js"></script>
</body>
</html>