-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpopup.html
executable file
·39 lines (30 loc) · 1.29 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our superheroes</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our superheroes</title>
<link href="https://fonts.googleapis.com/css?family=Bellefair|Roboto+Condensed|Sedgwick+Ave+Display" rel="stylesheet">
<link rel="stylesheet" href="css/styleNews.css">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- JQuery UI links -->
<link href="vendor/jquery/jquery-ui.min.css" rel="stylesheet">
<link href="vendor/jquery/jquery-ui.structure.min.css" rel="stylesheet">
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
</head>
<body>
<section>
</section>
<script type="text/javascript" src="materialize.min.js"></script>
<script type="text/javascript" src="popup.js"></script>
</body>
</html>