-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.html
50 lines (36 loc) · 1.24 KB
/
updates.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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html>
<head>
<!-- HTML Meta Tags -->
<title>Luis updates 🙌</title>
<meta name="description" content="Updates by Luis">
<meta name="keywords" content="Luis Rieke, Luis, Rieke, updates, releases">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Luis Rieke">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
</head>
<body>
<button class="button" onclick="window.location.href='/';">← back home</button>
<section id="main">
<div class="headline">
<p>release updates 🙌</p>
</div>
<div class="inner">
<section id="one" class="wrapper style1">
<header class="special">
<h2>🚩 this is just a placeholder</h2>
<p>Not much to see here. This site is just a placeholder for future releases which I publish via my
<a href="https://luisrieke.com/feed.xml">RSS Feed</a> and my Chrome Extension. This is probably
how you
found this website.
</p>
</header>
</section>
</div>
</section>
</body>
</html>