-
Notifications
You must be signed in to change notification settings - Fork 0
/
doge.html
37 lines (32 loc) · 1.04 KB
/
doge.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
---
title: dogenerator
permalink: doge/
description: such doge generator, wow
social: true
socialImg: assets/social/doge.jpg
---
{% include header.html %}
<link rel="stylesheet" href="/assets/css/doge.css">
<link rel="canonical" href="{{site.liveUrl}}{{page.permalink}}">
</head>
<body>
{% include nav.html %}
<ul class="doge">
<script id="wowTemplate" type="text/template">
<li id="<%= id %>" class="wow"
style="color:<%= c %>; margin-top:<%= mt %>%; margin-left:<%= ml %>%; display: none;"
>
<%= text %>
</li>
</script>
</ul>
<form id="suchForm">
<h2><a href="#" class="makeDoge active">make your own!</a></h2>
<input type="text" id="suchInput" placeholder="Separate words by comma. e.g. such, doge, wow, excite" />
<input type="submit" value="Go" class="submit">
<span class="url"></span>
</form>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js"></script>
{% include footerJS.html %}
<script src="/assets/js/doge.js"></script>
{% include footer.html %}