-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.49 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.49 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Read That Shit</title>
<script type="text/javascript" src="js/labels.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/navigation.js"></script>
<script type="text/javascript" src="js/creation.js"></script>
<link rel="stylesheet" href="css/main.css" type="text/css" />
</head>
<body>
<a href="#content" class="skip_to_content_link">Ir al contenido</a>
<div class="container_24 page_wrapper">
<div class="header prefix_1 suffix_1">
<a class="logo" title="Ir al inicio" href="#home">Read that shit.</a> <span class="slogan">The way you won't forget to read the shit you want.</span>
</div>
<div id="content" class="prefix_1 suffix_1 content clearfix"></div>
<div id="pages" style="display: none;">
<div id="home">
<h2 class="title grid_10">¿Qué es esto de "Read That Shit"?</h2>
<div class="right grid_10 clear_left">
<img alt="" src="http://placekitten.com/g/390/220" />
</div>
<div class="grid_10 clear_left">
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there.</p>
<p>Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker.</p>
<p>You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand?</p>
<a class="push_me button" href="#create_list">¡Quiero tener una lista!</a>
</div>
</div>
<div id="create_list">
<h2 class="title grid_24">¿Ahora qué?</h2>
<form method="post" action="create_list.php" id="save_form" class="left">
<label for="title" class="form_label left grid_10 clear_left">Pónle un nombre a tu lista</label> <input type="text" id="title" name="title" class="form_input text_input grid_10 left clear_left" /> <label for="description" class="form_label left clear_left grid_10">Escribe una descripción si te apetece</label>
<textarea id="description" name="description" class="form_input text_input grid_10 left clear_left vertically_resizable"></textarea>
<input type="submit" value="Crear" class="button left clear_left" />
</form>
<ul id="error_list" class="error_list grid_10 push_2">
</ul>
</div>
</div>
</div>
</body>
</html>