~singpolyma/post-part

309a695d0bf244b0c892b608bcab0be99fccb573 — Stephen Paul Weber 3 years ago 9592ee1
All links in new tab
1 files changed, 2 insertions(+), 1 deletions(-)

M index.slim
M index.slim => index.slim +2 -1
@@ 22,8 22,9 @@ html
		title Post-Part
		link type="text/css" rel="stylesheet" href="index.css"
		script type="text/javascript" src="index.js"
		base target="_blank"
	body
		a href="#wallpaper" skip to wallpaper
		a href="#wallpaper" target="_self" skip to wallpaper
		audio#bgmusic controls="controls" autoplay="autoplay" loop="loop"
			source src="assets/audio/bg.opus" type="audio/ogg; codecs=opus"
			source src="assets/audio/bg.mp3" type="audio/mpeg"