-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo-4.html
38 lines (28 loc) · 1.19 KB
/
demo-4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="ixTheme">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>Covid-19 Announcement Bar / Banner / Alert Plugin</title>
<!-- Favicon -->
<link href="img/favicon.svg" type="image/svg" rel="icon">
<!-- Google-font -->
<link href="https://fonts.googleapis.com/Lora:400i,700i&display=swap" rel="stylesheet">
<!-- All CSS -->
<link href="css/anno-bar.css" rel="stylesheet" type="text/css">
<link href="css/demo.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="anno__wrap bottom-fixed sm-right">
<p>For <a class="link" href="#0">COVID-19</a>, some product support options may be unavailable or delayed. We apologize for any inconvenience this may cause and appreciate your patience. <a href="#0" class="anno__btn inlinee">More</a></p>
<button class="anno__dismiss right">X</button>
</div>
<!-- anno__wrap -->
<!-- All JS -->
<script src="js/jquery.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>