commented <link> and <script>
This commit is contained in:
parent
fc13cc7453
commit
16295bc6bb
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<title>Simple Note</title>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="#">
|
||||
<link rel="stylesheet" type="text/css" href="assets/styles/style.min.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="assets/styles/style.min.css"> -->
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -37,6 +37,6 @@
|
|||
</div>
|
||||
</main>
|
||||
|
||||
<script type="text/javascript" src="assets/scripts/script.min.js"></script>
|
||||
<!-- <script type="text/javascript" src="assets/scripts/script.min.js"></script> -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue