-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·41 lines (37 loc) · 2.66 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
39
40
41
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>MACHINE STORIES</title>
<meta name="description" content="Welcome to MACHINE STORIES, a creativity tool for writers, artists, and other creatives.">
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Lilita+One|Inika' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<a href="https://github.com/m8ker/machinestories"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<h1>MACHINE STORIES<span><a class="more_btn" href="#">↓</a></h1>
<div class="more">
<p>Welcome to MACHINE STORIES, a creativity tool for writers, artists, and other creatives. These "stories" are automatically generated from some <a href="/machinestories/js/data.js" target="_blank">JavaScript arrays</a>. Scroll down, and the tool generates an endless list of potentially great story ideas. The program was written by <a href="http://m8ker.com" target="_blank">Justin Haight</a>. Tell me what you think! Email me at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>You can explore this project on <a href="https://github.com/m8ker/machinestories" target="_blank">Github.</a>
</div>
<div id="postswrapper">
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="js/main.js?v=1.2"></script>
</body>
</html>