frontend first version
This commit is contained in:
36
web/index.html
Normal file
36
web/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
<title>Sentinel - Aeterna Nautica</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%23459E9E'/%3E%3Ccircle cx='16' cy='11' r='4' stroke='white' stroke-width='1.5' fill='none'/%3E%3Cpath d='M16 15V27' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10 24C10 21 13 19 16 19C19 19 22 21 22 24' stroke='white' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3Cpath d='M11 26L16 28L21 26' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M16 5L17 7H19L17.5 8.5L18 10L16 9L14 10L14.5 8.5L13 7H15L16 5Z' fill='white'/%3E%3C/svg%3E" />
|
||||
|
||||
<!-- Apple Touch Icon -->
|
||||
<link rel="apple-touch-icon" href="/assets/icon.png" />
|
||||
|
||||
<!-- Theme Color -->
|
||||
<meta name="theme-color" content="#459E9E" />
|
||||
|
||||
<!-- Description -->
|
||||
<meta name="description" content="Sentinel - Your digital legacy guardian. The sea claims what is forgotten, but the Sanctuary keeps what is loved." />
|
||||
|
||||
<style>
|
||||
html, body, #root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
||||
background-color: #E8F6F8;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user