17 lines
402 B
HTML
17 lines
402 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Home</title>
|
|
<link rel="stylesheet" href="/assets/css/main.css" />
|
|
<script src="/assets/js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="pages">
|
|
<h2>Pages</h2>
|
|
<a href="view-all-icons">View Icons</a>
|
|
<a href="create-icon">Create Icons</a>
|
|
<a href="/ws-example">WebSocket Example</a>
|
|
</div>
|
|
</body>
|
|
</html>
|