Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NevroHelios committed Oct 12, 2023
1 parent f29193a commit 0c8df56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sliding images!</title>
<!-- <link rel="stylesheet" href="style.css"> -->
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="style.css">
<!-- <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}"> -->
</head>
<body>
<div id="modal-container">
Expand All @@ -31,7 +31,7 @@ <h1>Project<span style="color: rgb(175, 0, 250);">X</span></h1>

</section>

<script src="{{ url_for('static', filename='index.js') }}"></script>
<!-- <script src="index.js"></script> -->
<!-- <script src="{{ url_for('static', filename='index.js') }}"></script> -->
<script src="index.js"></script>
</body>
</html>

0 comments on commit 0c8df56

Please sign in to comment.