-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwin.html
More file actions
20 lines (16 loc) · 695 Bytes
/
win.html
File metadata and controls
20 lines (16 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<!--BOOTSTRAP-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--END BOOTSTRAP-->
<!--Custom CSS-->
<link href="main.css" rel="stylesheet" type="text/css"/>
<!--End Custom CSS-->
</head>
<h>You win</h>