Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #287 from vimaec/sroberge/ultra
Browse files Browse the repository at this point in the history
Sroberge/ultra
  • Loading branch information
vim-sroberge authored Nov 28, 2024
2 parents f58b9f0 + 49e55af commit db6ce53
Show file tree
Hide file tree
Showing 102 changed files with 1,840 additions and 616 deletions.
26 changes: 14 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
<!-- This is an index.html used for development by the VITE server only, it is not used for deployment -->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./src/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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+Serif&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<link rel="icon" href="./src/assets/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>VIM Viewer</title>
<link rel="stylesheet" href="./src/package/style.css" />
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<style>
html, body, #root {
height: 100%;
margin: 0;
}
body {
display: flex;
flex-direction: column;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit db6ce53

Please sign in to comment.