it-tools/index.html

15 lines
457 B
HTML
Raw Normal View History

2022-03-31 06:33:29 +08:00
<!DOCTYPE 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" />
2022-04-08 04:13:38 +08:00
<meta name="description" content="Aggregated set of useful tools that every developer may need once in a while." />
<title>IT Tools</title>
2022-03-31 06:33:29 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>