Remove assets/
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>IRC client</title>
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section id="sidebar">
|
||||
@@ -71,7 +71,7 @@
|
||||
</section>
|
||||
|
||||
<script type="module">
|
||||
import "./assets/index.js";
|
||||
import "./index.js";
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user