-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to SEN - a /home for your thoughts</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<meta name="keywords" content="PKM, semantic, desktop, personal, knowledge management, filesystem, opensource, FOSS, Haiku"/>
</head>
<body>
<div align="center">
<h2>Your Knowledge, Organized:</h2>
<h1 style="max-inline-size: 90%;">The All-in-One File System<br/>for Seamless Data Management</h1>
</div>
<img src="images/sen-logo.webp" width="55%" height="auto" alt="SEN logo"/>
<div align="center">
<h3>Link local files, reference data seamlessly, and manage your personal knowledge with just your file browser –
all open-source and integrated into your filesystem.</h3>
</div>
<footer>
<a href="landing.html"><h1 style="alignment: center">Enter</h1></a>
</footer>
</body>
</html>