removing reliance on external file hosting
This commit is contained in:
parent
74a1c044f0
commit
d742af18b5
@ -44,8 +44,8 @@
|
|||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
<audio autoplay="" loop="">
|
<audio autoplay="" loop="">
|
||||||
<source src="https://nigge.rs/about/about.mp3" type="audio/mpeg">
|
<source src="/static/about.mp3" type="audio/mpeg">
|
||||||
<embed src="https://nigge.rs/about/about.mp3">
|
<embed src="/static/about.mp3">
|
||||||
</audio>
|
</audio>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user