Created
June 21, 2022 09:33
-
-
Save sardinecan/1f3fb2b4c8760cfe307a757a42edb788 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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