-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (29 loc) · 1.21 KB
/
index.html
File metadata and controls
35 lines (29 loc) · 1.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/download.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>txti Fast web page</title>
<style>
@media only screen and (max-width: 768px) {
[class*="col-"]
{width: 100%;}
}</style>
</style>
</head>
<body style="margin-left: 20%;">
<h1 style="text-decoration: underline; color:blue;font-size: 40px;">txti</h1>
<p style="font-size: 20px;">Fast web pages for everybody.</p>
<a href="http://txti.es/about" style="font-size: 20px;">What is txti?</a> |
<a href="http://txti.es/how" style="font-size: 20px;">How to use txti</a>
<h1 style="color: black;">Create a txti</h1>
<form>
<label for="content" style="font-size: 20px;" >Content (required)</label><br>
<textarea name="" id="" cols="90" rows="10"></textarea>
</form>
<p style="font-size: 20px;">By continuing, you agree to the <a href="http://txti.es/terms">terms of service</a></p>
<input type="submit" value="save and done">or <input type="submit" value="Show more operation">
</body>
</html>