adding styling and other things basic like constants for electron

This commit is contained in:
talksik
2022-05-27 20:30:43 -05:00
parent 64486bc1ca
commit 7e40949fc8
7 changed files with 130 additions and 12 deletions
+9 -3
View File
@@ -2,11 +2,17 @@
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
<title>Nirvana</title>
<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=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap"
rel="stylesheet"
/>
</head>
<body>
<h1>💖 Hello World!</h1>
<p>Welcome to static html file before being replaced by react.</p>
<div id="root"></div>
</body>
</html>