-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.ejs
52 lines (46 loc) · 2.43 KB
/
index.ejs
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
46
47
48
49
50
51
52
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:og="http://ogp.me/ns#"><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="imagetoolbar" content="no">
<title>{<?= $.site ?>}</title>
<link rel="home" href="/">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.jpg">
<link rel="stylesheet" href="/html5kit.css">
<link rel="stylesheet" href="/style.css">
</head>
<body class="page-homepage template-homepage section-homepage environment-live">
<div id="container">
<div id="primary-content" role="main">
<div id="unit-pug-content" class="unit">
<header id="header">
<h1><?= $.site ?></h1>
</header>
<p title="It fits a gap in the market. "><strong>A quick and simple service for getting pictures of Leo the pug for use as placeholders in your designs or code.</strong> Just put your image size (width <span class="amp">&</span> height) after our URL and you'll get a placeholder.</p>
<p class="links">
Like this: <a href="/200/300">http://<?= $.host ?>/200/300</a><br>
or: <a href="/g/200/300">http://<?= $.host ?>/g/200/300</a>
</p>
<img id="image-0" src="/g/408/287.jpg" alt="">
</div>
<div id="unit-many-many-pictures-of-small-pugs" class="unit">
<img id="image-1" src="/g/200/287.jpg" alt="">
<img id="image-2" src="/g/200/140.jpg" alt="">
<img id="image-3" src="/g/200/139.jpg" alt="">
<img id="image-4" src="/g/200/286.jpg" alt="">
<img id="image-5" src="/g/96/140.jpg" alt="">
<img id="image-6" src="/g/96/139.jpg" alt="">
<img id="image-7" src="/g/200/138.jpg" alt="">
</div>
</div>
<footer id="footer" role="contentinfo">
<p>Delivered by <a href="http://dan.hlavenka.me">Dan Hlavenka</a> <span class="amp">&</span> <a href="http://instagram.com/preppypug">Leo</a> — <a href="http://placekitten.com/">Inspired by placekitten.com</a> — <a href="https://github.com/DanH42/placeleo">Source</a></p>
</footer>
</div>
</body>
</html>