-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
44 lines (31 loc) · 1.76 KB
/
welcome.html
File metadata and controls
44 lines (31 loc) · 1.76 KB
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
<html lang="eng">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Journaly</title>
<link rel="stylesheet" href="welcome.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
</style>
<script src="/js/main.js" type="module"></script>
</head>
<body>
<div class id="Board"><h1>Welcome to your Journaly.</h1></div>
<div class id="Board"><h1>A note-taking app for you to journal your crypto trades.</h1></div>
<!--- <div className=tton4alert><button onclick="buttonClicked()">Click Me!</button></div> --->
<div class id="journal"><a href="/page.html"><button>Start</button></a></div>
<!--- <div id="link">
<a href="https://lunaris.io"><button> 0 </button></a>
<a href="#"><button>Link 1</button></a>
<a href="#"><button>Link 2</button></a>
<a href="#"><button>Link 3</button></a>
<a href="#"><button>Link 4</button></a>
<a href="#"><button>Link 5</button></a>
</div>
--->
<div class id="Board"><h4>For those who wonder why a trade journal is important, well a huge part of pyschology change in crypto is when you've spent time in the markets and realize you've roundtripped on account of not calculating yor impermanent loss and the cost of DCA-ing as well. </h4></div>
<div class id="Board"><h4>This is a mini app that allows myself and any others I share it with, document publicly with real time updates as well as cloud and local storage.
<div class id="Board" style="text-align: center;"><h4>TLDR: Just use it on your browsers until I learn React!</h4></div>
</body>
</html>