-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>OS | BubbleGum Team</title>
<link id="css_theme" rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav>
<a href="devices.html">Devices</a>
<a href="https://github.com/BubbleGumOS">Sources</a>
<a href="maintainform.html">Become a maintainer</a>
<a href="bugreport.html">Report a bug</a>
<a href="https://bubblegumports.github.io/index.html">Our ports</a>
<a href="https://bubblegumteam.github.io/index.html">About us</a>
<img id="theme_changer" src="img/theme-light.svg" class="themeFilter">
</nav>
</header>
<main>
<h1>BubbleGum OS</h1>
<h2>Android ROM which change your life</h2>
</main>
<footer>
<h5>Powered by <a href="https://t.me/joinchat/TVDzOnR8iUALsfK6">BubbleGum</a> team | Made with ❤️ by Zadli</h5>
</footer>
<script src="js/themes.js"></script>
</body>
</html>