-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlaunch.html
More file actions
19 lines (19 loc) · 807 Bytes
/
launch.html
File metadata and controls
19 lines (19 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template name="watcfyLaunch">
<div id="wrapper" class="{{theme}}">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h1>{{{logo}}}</h1>
<h2 class="subtitle">{{{title}}}</h2>
<p>{{{text}}}</p>
<form class="form-inline signup" role="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-theme">Get notified!</button>
</form>
</div>
</div>
</div>
</div>
</template>