-
Notifications
You must be signed in to change notification settings - Fork 1
/
alert.html
26 lines (21 loc) · 1.14 KB
/
alert.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Alert - Interactive Graphics - Final Project - Alert Page</title>
<link rel="stylesheet" href="style/style.css">
<meta name="description" content="Alert - Interactive Graphics - Final Project - 2019 - Alert Page">
<meta name="keywords" content="HTML, CSS, JavaScript, GLSL">
<meta name="author" content="JohnnyMDA">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/alarm.ico">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700|PT+Serif:400,400i&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<center>
<br>
<h2 style="font-family: 'Droid Serif', 'PT Serif', serif; font-size: 1.2em;">Web Audio API is not available in this browser.<br><br>Move to a supported browser.<br><br>Visit <a href="https://caniuse.com/#feat=audio-api" target="_blank">this page</a> for more info about the Web Audio API compatible browsers.</h2>
</center>
</body>
</html>