Skip to content

Instantly share code, notes, and snippets.

View davidmarquis's full-sized avatar

David Marquis davidmarquis

View GitHub Profile
@bvandenbon
bvandenbon / redirect-locale.html
Last active November 16, 2022 23:26
a landing page in html+js, which detects language (possibly cached) and redirects.
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
//////////////
/// CONFIG ///
//////////////
var defaultLocale = 'en';