upload, string extensions, lgres
This commit is contained in:
18
index.html
18
index.html
@ -5,12 +5,15 @@
|
||||
<!-- <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>
|
||||
<script type="module" src="/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<div>
|
||||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank">
|
||||
<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">
|
||||
@ -23,12 +26,17 @@
|
||||
<label data-checkbox data-label="Case 1"></label>
|
||||
</div>
|
||||
<div id="buttons" class="app-module">
|
||||
<button title="Edit Contact">Edit</button>
|
||||
<button
|
||||
data-title-lgid="editContacts"
|
||||
data-lgid="editContacts"
|
||||
title="Edit Contact"
|
||||
>
|
||||
Edit
|
||||
</button>
|
||||
<button id="button-fetch" title="Fetch">Fetch</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="/main.js"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user