-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.ejs
24 lines (24 loc) · 944 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Coming Soon"/>
<meta property="og:site_name" content="Coming Soon"/>
<meta property="og:type" content="blog"/>
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body ontouchstart="">
<div id="trianglify-wrapper"></div>
<div id="content-wrapper" class="content">
<div class="title">
<h2 id="title-header"><%= htmlWebpackPlugin.options.title %></h2>
</div>
<div class="contact">
<a id="contact-mail" href="mailto:[email protected]" target="_top">[email protected]</a>
</div>
</div>
</body>
</html>