RestService
This commit is contained in:
@@ -11,9 +11,18 @@
|
||||
<link data-trunk rel="css" href="static/css/normalize.css">
|
||||
<link data-trunk rel="css" href="static/css/skeleton.css">
|
||||
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
|
||||
<!-- Own styles -->
|
||||
<link data-trunk rel="css" href="static/css/styles.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="static/images/favicon.png">
|
||||
|
||||
<link data-trunk rel="rust" href="Cargo.toml" data-bin="app" data-type="main" />
|
||||
<link data-trunk rel="rust" href="Cargo.toml" data-bin="event_bus" data-type="worker" />
|
||||
</head>
|
||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
||||
<script>eruda.init();</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user