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"