We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa73384 commit a04993eCopy full SHA for a04993e
1 file changed
python/temp.html
@@ -47,8 +47,8 @@ <h1 class="game-title">Game Title</h1>
47
48
<div class="download">
49
<h4 class="dwnld">Download</h4>
50
- <a class="btn" href="../new.txt" download><i class="fa fa-2x fa-file"></i></a>
51
- <a class="btn" href="../new.txt" download><img src="../assets/icons/python-icon.png" alt="python-icon" class="python-icon"></i></a>
+ <a class="btn" href="new.txt" download><i class="fa fa-2x fa-file"></i></a>
+ <a class="btn" href="new.txt" download><img src="../assets/icons/python-icon.png" alt="python-icon" class="python-icon"></i></a>
52
</div>
53
54
0 commit comments