-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
43 lines (31 loc) · 1.8 KB
/
main.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
39
40
41
42
43
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width-device-width, initial-size"/>
<meta name="title" content="GitHub | Weh-gh"/>
<meta name="description" content=""/>
<meta name="keywords" content="github, electron"/>
<meta name="github:site" content="https://github.com/Weh-gh"/>
<title>GitHub | Weh-gh</title>
<!-- Style Assets -->
<link rel="stylesheet" href="">
<link rel="stylesheet" href="">
<link rel="stylesheet" href="">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<!-- Writing styles from the file. -->
<style type="text/css">
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
body { margin: 0; padding: 0; font-weight: 600; background-image: url(https://artsy-media-uploads.s3.amazonaws.com/2P6t_Yt6dF0TNN76dlp-_Q%2F3417757448_4a6bdf36ce_o.jpg); background-repeat: no-repeat;}
</style>
</head>
<body>
<div class="container text-center">
<a class="btn btn-primary" style="border-radius: 0%; width: 200px;">Hello</a>
</div>
</body>
</html>