import vitejs
This commit is contained in:
33
index.html
Normal file
33
index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>UI Lib</title>
|
||||
<script src="jquery-3.6.4.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<div>
|
||||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">
|
||||
<img id="js-logo" class="logo vanilla" alt="JavaScript logo" />
|
||||
</a>
|
||||
<div class="card">
|
||||
<div id="create-icon" class="app-module">
|
||||
<div title="Edit Contact">
|
||||
<svg data-type="fa-solid" data-id="user-edit"></svg>
|
||||
</div>
|
||||
</div>
|
||||
<div id="create-checkbox" class="app-module">
|
||||
<label data-checkbox data-label="Case 1"></label>
|
||||
</div>
|
||||
<div id="buttons" class="app-module">
|
||||
<button title="Edit Contact">Edit</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user