Skip to content

Commit

Permalink
Update example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Oct 1, 2023
1 parent 4ddee01 commit d453877
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions example.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>Quick and Dirty Testing for Surreal</title>
<meta charset="utf-8" />
<!-- ... or add as inline <script> ! -->
<script src="https://cdn.jsdelivr.net/gh/gnat/surreal/surreal.js"></script>
<link rel="stylesheet" href="tests/reset.css?11" /> <!-- NOTE: You can remove "?11" it is only for cache-busting on github. -->
<meta http-equiv="cache-control" content="no-cache" />
<!-- NOTE: You can remove "?1" it is only for cache-busting on github. -->
<link rel="stylesheet" href="tests/reset.css?11" />
<script src="surreal.js?11"></script>
</head>
<body>
<button>👁️ Click me to fade out and remove.
Expand Down

0 comments on commit d453877

Please sign in to comment.