Thumbnail

mod/u.buni.party.git

Clone URL: https://git.buni.party/mod/u.buni.party.git

Viewing file on branch master

1!!: ${1:?Usage: redirect.html link}
2
3<!DOCTYPE html>
4<html lang="en">
5 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
6 <link rel="stylesheet" href="/mod/style.css" />
7 <meta http-equiv="refresh" content="0; url=$1" />
8 <p><a href="$1">Redirect</a></p>
9</html>
10