Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenmoura committed Apr 29, 2024
1 parent 578c2a0 commit e7afd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-your-markup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Test Your Markup</title>
<link rel="stylesheet" type="text/css" href="styles/test-your-markup.css">
<link rel="stylesheet" type="text/css" href="/test-your-markup/styles/test-your-markup.css">

<meta property="og:image" content="http://felipenmoura.com/test-your-markup/images/animation-demo.gif"/>
<meta property="og:site_name" content="FelipeNMoura.com"/>
Expand All @@ -24,7 +24,7 @@
}(document, 'script', 'facebook-jssdk'));</script -->

<!--Background Music-->
<audio src="audio/Royalty_Free_Gaming_Music.mp3" autoplay>
<audio src="/test-your-markup/audio/Royalty_Free_Gaming_Music.mp3" autoplay>
<p>Your browser does not support audio</p>
<embed src="audio/Royalty_Free_Gaming_Music.mp3" width="180" height="90" hidden="true" />
</audio>
Expand Down Expand Up @@ -116,6 +116,6 @@ <h2>See how many, or tough objects you can break</h2>
<!--<div class="fb-like" data-href="http://felipenmoura.org/projects/test-your-markup/index.html" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>-->
</div>

<script src='scripts/test-your-markup.js'></script>
<script src='/test-your-markup/scripts/test-your-markup.js'></script>
</body>
</html>

0 comments on commit e7afd89

Please sign in to comment.