-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
38 lines (37 loc) · 1.58 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
<!DOCTYPE html>
<!--
Copyright (c) 2022 Aiden Baker
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
<html lang="en">
<head>
<script src="./index.js"></script>
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="https://aspy.dev/CSS/global.css">
<script src="https://aspy.dev/scripts/redirectIE.js"></script>
<meta content="13 Foot Ladder" property="og:title"/>
<meta content="Inspired by 12ft.io, this website bypasses the paywall on New York Times" property="og:description"/>
<meta content="https://13ft.aspy.dev" property="og:url"/>
<meta content="./13ft.png" property="og:image"/>
<meta content="#FF0000" property="theme-color"/>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="./favicon.ico" >
<title id="title">13ft ladder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bypass the NYTimes paywall">
</head>
<body>
<header class="title">
13ft.aspy.dev
</header>
<form class="textBox" id="textBox">
<input type="text" name="url" placeholder="Enter URL" id="url" autofocus>
<input type="submit" value="Submit" id="submit">
</form>
<footer class="source">This website is <a href="https://github.com/SomeAspy/13ft">open source</a></footer>
<footer class="copyright">
<p>© Aiden Baker 2022</p>
</footer>
</body>
</html>