Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit cb7f2bf

Browse files
authored
redirect (the website was outdated!!)
1 parent df73f8a commit cb7f2bf

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

index.html

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link rel="stylesheet" href="style.css">
7-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
8-
<title>OpenProfile</title>
6+
<title>redirecting...</title>
7+
<meta http-equiv="refresh" content="0; URL=https://openprofile.is-cool.dev" />
98
</head>
109
<body>
11-
<header>
12-
<nav>
13-
<a href="index.html">Home</a>
14-
<a href="https://openprofile.is-cool.dev/view">View</a>
15-
<a href="https://openprofile.is-cool.dev/privacy">Privacy Policy</a>
16-
<a href="https://docs.sctech.localplayer.dev/openprofile">Docs</a>
17-
<a class="button" href="https://openprofile.is-cool.dev">Generate Card</a>
18-
</nav>
19-
</header>
20-
21-
<main>
22-
<section class="hero">
23-
<h1>OpenProfile</h1>
24-
<p>The platform that lets you create customizable profile cards.</p>
25-
</section>
26-
27-
<section class="features">
28-
<div class="feature">
29-
<i class="fas fa-paint-brush"></i>
30-
<h3>Customizable</h3>
31-
<p>Choose from various fields.</p>
32-
</div>
33-
<div class="feature">
34-
<i class="fas fa-code"></i>
35-
<h3>OpenProfile+</h3>
36-
<p>A (free!) premium membership which unlocks special features.</p>
37-
</div>
38-
<div class="feature">
39-
<i class="fas fa-lock"></i>
40-
<h3>Secure</h3>
41-
<p>Your data is secure and handled with care.</p>
42-
</div>
43-
</section>
44-
</main>
45-
46-
<footer>
47-
<p>(ↄ) 2024 OpenProfile Project. No rights reserved.</p>
48-
</footer>
4910
</body>
5011
</html>

0 commit comments

Comments
 (0)