-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincompatible.html
22 lines (21 loc) · 957 Bytes
/
incompatible.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:[email protected]&family=Belanosima:wght@400;600;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>games4everyone</title>
<link href="assets/css/main.css" rel="stylesheet" type="text/css" />
<link href="assets/css/error.css" rel="stylesheet" type="text/css" />
</head>
</head>
<body class="centered">
<section id="error-screen">
<h1 class="header-font beige-font big-font">SORRY!</h1>
<hr style="border-top:4px dashed var(--green)">
<h2 class="subheader-font red-font">our controller is only compatible with laptop/pc</h2>
</section>
</body>
</html>