@ferchoposting/gridie
Version:
Vue 3 Create tables with ease! Extensible and powerful
21 lines (16 loc) • 542 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<!-- Fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<script src="https://kit.fontawesome.com/2e9575839f.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/vite/vite.js"></script>
</body>
</html>