-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.haml
40 lines (39 loc) · 1.89 KB
/
index.haml
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
-title="Lodestone When"
-description="Lodestone When allows you to estimate when a FFXIV character was created with just its Lodestone ID."
-twitter="@karashiiro1"
-author="karashiiro"
%html(lang="en-US")
%head
%title=title
%meta(charset="utf-8")
%meta(name="viewport" content="width=device-width, initial-scale=1.0")
%meta(name="author" content=author)
%meta(name="description" content=description)
%meta(property="og:description" content=description)
%meta(property="og:url" content="https://karashiiro.github.io/lodestone-when")
%meta(property="og:type" content="website")
%meta(property="og:title" content=title)
%meta(name="twitter:title" content=title)
%meta(name="twitter:site" content=twitter)
%meta(name="twitter:creator" content=twitter)
%meta(name="theme-color" content="#f73b5a")
%meta(name="robots" content="index, follow")
%script(type="text/javascript" src="./lwhen.js" defer)
%link(rel="stylesheet" href="./index.css")
%body
.content
.wrapper
%h1 Lodestone When
%p Estimate when a FFXIV character was created with just its Lodestone ID!
.estimation
%input(type="text" id="lodestone-id" placeholder="Lodestone ID")
%input(type="button" value="Estimate" onClick="parseId()")
%p(id="creation-time")
.push
%footer
%a(class="ref" href="https://github.com/karashiiro/lodestone-id-time")
%img(class="ref-image" src="./i/github.png" height="21" width="21")
lodestone-id-time
%a(class="ref" href="https://github.com/karashiiro/lodestone-when")
%img(class="ref-image" src="./i/github.png" height="21" width="21")
lodestone-when