Skip to content

Instantly share code, notes, and snippets.

@sardinecan
Created June 21, 2022 09:33
Show Gist options
  • Save sardinecan/1f3fb2b4c8760cfe307a757a42edb788 to your computer and use it in GitHub Desktop.
Save sardinecan/1f3fb2b4c8760cfe307a757a42edb788 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@jinntec/fore@latest/resources/fore.css" />
</head>
<body>
<fx-fore>
<h2>{for $i in (1, 2, 3) return $i, '… ;) oui oui, c’est bien Xquery qui s’exécute dans le nav’ !'}</h2>
</fx-fore>
<script type="module" src="https://cdn.jsdelivr.net/npm/@jinntec/fore@latest/dist/fore-all.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment