mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-10 00:50:58 +00:00
10 lines
181 B
HTML
10 lines
181 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
window.top.location = '{{ url }}';
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|