forked from seravee21/seravee21.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.48 KB
/
index.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
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="Seravee is a minimalist and responsive html template.">
<meta name="keywords" content="Template dashboard, Template admin, Template HTML, Seravee template. Template Seravee, Seravee Admin, Seravee Dashboard">
<meta name="author" content="Muhammad Ridwan Eryansah">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Seravee - Welcome</title>
<!-- style -->
<!-- Core -->
<!-- for development -->
<link rel="stylesheet" href="../css/core.css" />
<!-- for production -->
<!-- <link rel="stylesheet" href="../public/css/core.min.css" /> -->
</head>
<body>
<div class="wrap-error">
<div class="illustrations">
<img src="../assets/illustrations/welcome.svg" alt="">
</div>
<div class="description">
<h1>Welcome to Seravee</h1>
<p>Let's explore and see what this place is like.</p>
<a href="../pages/dashboard.html" class="btn btn-normal btn-primary">Demo Seravee</a>
<a href="https://github.com/seravee21/seravee21.github.io" class="btn btn-normal btn-secondary">Download</a>
</div>
</div>
<!-- javascript -->
<!-- core -->
<!-- for development -->
<!-- <script src="/dist/js/core.js"></script> -->
<!-- for production -->
<script src="../js/core.min.js"></script>
</body>
</html>