-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarranty.html
24 lines (24 loc) · 1.19 KB
/
warranty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="og:title" content="YouTube Dislike Checker">
<meta property="og:description" content="YouTube Dislike Checker is a tool to look at the hidden dislike count of YouTube videos.">
<link rel="stylesheet" type="text/css" href="style/main.css">
<link id="theme-import" rel="stylesheet" type="text/css" href="style/bright.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Prompt:wght@600&display=swap" rel="stylesheet">
<title>YouTube Dislike Checker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="content">
<h1 id="main-header">Warranty</h1>
<p id="main-p">
This website <b>does not come in any way with a guarantee</b> that the values shown are correct.<br>
For more information, please have a look at our <a href="LICENSE">LICENSE</a> file.<br><br>
Furthermore, we are not responsible for any content on external websites that may be linked on this website.
</p>
</div>
<div class="back"><a href="index.html" id="back-link">← Go back</a></div>
</body>
</html>