-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
27 lines (23 loc) · 819 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BetterBluesky</title>
<script src="./script.js"></script>
<link rel="stylesheet" href="./popup.css">
</head>
<body>
<main class="main">
<div class="header">
<img class="icon" src="./icon.png">
<h1>BetterBluesky</h1>
</div>
<h2 style="margin-bottom: 5px;">❤ Made with love by <a href="https://bsky.app/profile/nemtudo.me"
target="_blank">@nemtudo.me</a></h2>
<a style="margin-top: 5px;" href="https://nemtudo.me/">https://nemtudo.me/</a>
<h4>Apoie o projeto! <3</h4>
<a href="https://livepix.gg/nemtudo" target="_blank">Apoie</a>
</main>
</body>
</html>