-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 732 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<style>
body {
background-color: #00ff00;
color: #00000;
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
</style>
<h1>The future of Narina</h1>
<ul>
<li>Support OFX Plugins</li>
<li><a href="https://github.com/NarinaOfical/narinaofical.github.com/releases/tag/v2.5.0"</a>Download release</li>
<li><a href="demo.html"</a>Demo page</li>
</ul>