-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plovex UI</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/css/component.css">
<link rel="icon" href="/assets/UI-logo.png" type="image">
</head>
<body>
<header class="header-index">
<a href="/index.html" class="brand-link">
<div class="brand-name">
<img src="/assets/UI-logo.png" alt="Plovex-logo" class="brand-logo">
<span class="brand-title">PLOVEX UI</span>
</div>
</a>
</header>
<main>
<img src="/assets/UI-logo.png" alt="Plovex-logo" class="brand-logo">
<p class="brand-tagline">
A Lightweight Front-end library for easier and faster development of Web Interfaces
</p>
<a href="/docs.html"><button class="btn btn-primary btn-sm">Get Started</button></a>
<a href="https://github.com/arp99/Plovex-UI"><button class="btn btn-outline-primary btn-sm">Github</button></a>
</main>
</body>
</html>