-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
74 lines (69 loc) · 3.14 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to Winrevive!">
<meta name="keywords" content="Winrevive, Windows, XP, Vista, 7, 8, 8.1">
<meta name="robots" content="index, follow">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@AlureonWin">
<meta name="twitter:site" content="@AlureonWin">
<meta name="twitter:title" content="Winrevive">
<meta name="twitter:description" content="Welcome to Winrevive!">
<meta name="twitter:image" content="/assets/bliss.bmp">
<meta property="og:title" content="Winrevive">
<meta property="og:description" content="Welcome to Winrevive!">
<meta property="og:image" content="/assets/bliss.bmp">
<meta property="og:url" content="https://winrevive.xyz">
<meta property="og:site_name" content="Winrevive">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<title>Winrevive</title>
</head>
<link rel="stylesheet" href="/styles/local.css">
<link rel="stylesheet" href="/styles/7.css">
<body>
<div class="windows-container">
<div class="window active">
<div class="title-bar">
<div class="title-bar-text">Winrevive</div>
<div class="title-bar-controls">
<button aria-label="Minimize" id="minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body has-space">
<ul role="menubar">
<li role="menuitem" tabindex="0"><a href="/" class="menubar-link">Home</a></li>
<li role="menuitem" tabindex="0"><a href="/projects" class="menubar-link">Projects</a></li>
<li role="menuitem" tabindex="0"><a href="/contribute" class="menubar-link">Contribute</a></li>
<li role="menuitem" tabindex="0"><a href="/about" class="menubar-link">About</a></li>
<li role="menuitem" tabindex="0"><a href="/discord" class="menubar-link">Discord</a></li>
</ul>
<header class="header">
<h4>Welcome back to the past!</h4>
</header>
<main>
<p style="font-size:medium;">
We are a community of developers keeping legacy Windows alive, either by patching it to work on modern
hardware
or by backporting apps to it<br><br>
Want to help? <a href="/contribute">Contribute to our projects!</a>
</p>
</main>
<footer style="margin-top: 40px;">
<p>© Winrevive 2024</p>
<p>Winrevive's projects are not affiliated with Microsoft® or any of its partners.</p>
<p>This website's source code is licensed under the GNU GPL2, read up on it <a
href="https://github.com/winrevive/winrevive.github.io/blob/main/LICENSE">here</a></p>
<p> Page contents are licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
</p>
</footer>
</div>
</div>
</div>
</body>
</html>