-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.53 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
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous" />
<!-- Icon Lib -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--- ¯\_(ツ)_/¯ -->
<link rel="stylesheet" href="style.css" />
<title>Revamp - Renovate AOSP</title>
</head>
<body>
<!-- Jumbotron -->
<div class="jumbotron">
<div class="container">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1>\ (ˌ)rē-ˈvamp</h1>
<h2>ᶜᵒᵐⁱⁿᵍ ˢᵒᵒⁿ` ᴵᵗ ʷⁱˡˡ ᵗᵃᵏᵉ ᵗⁱᵐᵉ ᶜᵘᶻ ⁱ'ᵐ ᵇᵘˢʸ <br> Renovate "Aosp</h2>
<br>
<br>
<a href="https://twitter.com/RevampAndroid" class="fa fa-twitter" target="_blank"></a>
<br>
</div>
</div>
<!-- End Jumbotron -->
<br />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</body>
</html>