-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (22 loc) · 938 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
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<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-web pages for everybody</title>
</head>
<link rel="icon" href="./images/download.png">
<h1 style="color: blue; text-decoration: underline;">txti</h1>
<body style="margin-left: 20%;">
<p><b>Fast web pages for everybody.</b></p>
<a href="http://txti.es/about">What is txti? | How to use txti</a>
<h2>Create a txti</h2>
<h3>content(required)</h3>
<!-- <input type="text" id="" width="260px" height="300px" > -->
<textarea name="messages" id="" cols="60" rows="10"></textarea>
<p>By continuing,you agree to the <ins> <a href="">terms of service.</a> </ins></p>
<input type="submit" value="Save and done"> or
<input type="submit" value="show more options">
</body>
</html>