generated from T-faces/t-faces.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 728 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>T-FACES</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<img id="userPhoto" src="./PicsArt_08-26-10.55.35.png" alt="User Photo">
<a href="https://tiktok.com/@ariiagngstria" id="userName">@t-faces</a>
<div id="links">
<a class="link" href="./subfunc/script-downloader/index.html">CHECK HERE</a>
</div>
<!-- Javascript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="index.js"></script>
</body>
</html>