-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 1021 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv = "refresh" content = " 0 ; url = https://loukoum.io/light"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Loukoum Light</title>
<link rel="icon" href="img/favicon.ico">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1 class="text-center">
Loukoum Light
</h1>
<p style="text-align:center;">
If your browser supports Refresh,
you'll be redirected to <a href="https://loukoum.io/light">Loukoum Light Homepage</a>.
</p>
</body>
</html>