mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
13 lines
295 B
HTML
13 lines
295 B
HTML
<html>
|
|
<head>
|
|
<title>{{ page.title }}</title>
|
|
<meta http-equiv="refresh" content="0;URL={{ page.target }}" />
|
|
<script type="text/javascript">
|
|
location.href = '{{ page.target }}';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1><a href="{{ page.target }}">{{ page.title }}</a></h1>
|
|
</body>
|
|
</html>
|