You've already forked pauljanseneu
Minor cleanup pass.
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m28s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m28s
- Run prettier over all HTML. - Combine jquery and jquery-migrate scripts - Remove unused WP emoji code. - Remove unused WP comment script. - Remove unused WP embed script. - Add Umami analytics (self-hosted, privacy friendly analytics)
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Redirecting...</title>
|
||||
<meta http-equiv="refresh" content="0;url=/boek-dementiewijs/">
|
||||
<meta http-equiv="refresh" content="0;url=/boek-dementiewijs/" />
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.location = "/boek-dementiewijs/";
|
||||
</script>
|
||||
|
||||
<p>You are being redirected to <a href="/boek-dementiewijs/">/boek-dementiewijs/</a></p>
|
||||
<p>
|
||||
You are being redirected to
|
||||
<a href="/boek-dementiewijs/">/boek-dementiewijs/</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user