Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ifBars committed Nov 21, 2024
1 parent 6b1714f commit 024de54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IfBars - Software Developer</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
<link rel="stylesheet" href="static/css/styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.js"></script>
</head>
Expand All @@ -19,12 +19,11 @@ <h2>Projects</h2>
<ul>
<li><a href="https://protv-convertor.onrender.com/" target="_blank">ProTVConvertor</a></li>
<li><a href="https://github.com/ifBars/VRChat-ProTVConvertor" target="_blank">ProTVConvertor GitHub</a></li>
<li><a href="https://github.com/ifBars/Infinite-Craft-Simulator" target="_blank">InfiniteCraft Simulator</a></li>
</ul>
</section>
<footer>
<p>This site is under construction</p>
</footer>
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
<script src="static/js/scripts.js"></script>
</body>
</html>

0 comments on commit 024de54

Please sign in to comment.