-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 910 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Taptitle</title>
<link rel="stylesheet" href="css/basic.css" />
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
</head>
<body>
<header class="title">
<h1 class="centered">Welcome to Taptitle</h1>
<h4 class="centered">A free and open source app to make learning languages by watching movies and TV shows easy and effective.</h4>
</header>
<p class="txt-c">Select on of the options below:</p>
<div id="options">
<a href="watch"><div class="card txt-c">Watch a show</div></a>
<div class="card txt-c">Browse your dictionary</div>
</div>
<!-- JS files will go here
<script src="js/jquery-3.6.1.min.js"></script>
-->
</body>
</html>