Rename extention directory

This commit is contained in:
danial23 2024-01-14 20:49:57 -05:00
parent 48126b9250
commit 79c11153d8
No known key found for this signature in database
8 changed files with 0 additions and 0 deletions

View file

@ -1,34 +0,0 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
.avatar {
width: 50px;
height: 50px;
border-radius: 50%;
}
.nickname {
padding: 10px;
max-width: 100px;
overflow-wrap: break-word;
}
.id {
padding: 10px;
max-width: 100px;
overflow-wrap: break-word;
}
</style>
</head>
<body>
<h3 style="width: 250px">People who don't follow you back:</h2>
<table id="table">
<tr>
<td><img src="" class="avatar" /></td>
<td class="nickname"></td>
<td class="id"><a href="" target="_blank"></a></td>
</tr>
</table>
<script type="module" src="popup.js"></script>
</body>
</html>