-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
25 lines (24 loc) · 805 Bytes
/
index.php
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
<!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">
<link rel="stylesheet" href="home/css/uikit.css">
<link rel="stylesheet" href="home/css/styles.css">
<link rel="stylesheet" type="text/css" href="assets/css/main2.css">
<script src="home/js/uikit.js"></script>
<script src="home/js/uikit-icons.js"></script>
<title>Gustavos Extension</title>
</head>
<body style="color:white;">
STUFF HERE
<script>
UIkit.notification({
message: '<span uk-icon="icon: code"></span> HI',
status: 'warning',
pos: 'bottom-center',
timeout: 3000
});
</script>
</html>