aboutsummaryrefslogtreecommitdiff
path: root/script.it/drawer.html
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 15:38:37 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:01:12 +0100
commit77544bdfad2af41514ec1435f706fee87ea2969e (patch)
tree4de23870e08711da25ff92e9670370fc0a74e459 /script.it/drawer.html
parentad526111f0dd619ae9e0e98ef2253146b58a068f (diff)
Added viz.js code
Diffstat (limited to 'script.it/drawer.html')
-rwxr-xr-xscript.it/drawer.html135
1 files changed, 0 insertions, 135 deletions
diff --git a/script.it/drawer.html b/script.it/drawer.html
deleted file mode 100755
index c55a849..0000000
--- a/script.it/drawer.html
+++ /dev/null
@@ -1,135 +0,0 @@
-
-<!DOCTYPE html>
-<html lang="fr_fr">
-<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="HandheldFriendly" content="True" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="robots" content="noindex, nofollow" />
-
- <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
-
- <link rel="stylesheet" type="text/css" href="/theme/stylesheet/style.min.css">
-
-
- <link id="pygments-light-theme" rel="stylesheet" type="text/css"
- href="//localhost:8000/theme/pygments/monokai.min.css">
-
-
- <link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/fontawesome.css">
- <link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/brands.css">
- <link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/solid.css">
-
- <link href="//localhost:8000/custom.css" rel="stylesheet">
-
- <link href="//localhost:8000/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Chimrod Atom">
-
-
-
-
-
- <meta name="author" content="Chimrod" />
- <meta name="description" content="" />
-<meta property="og:site_name" content="Chimrod"/>
-<meta property="og:type" content="blog"/>
-<meta property="og:title" content="Chimrod"/>
-<meta property="og:description" content=""/>
-<meta property="og:locale" content="en_US"/>
-<meta property="og:url" content="//localhost:8000"/>
-<meta property="og:image" content="/images/profile.png">
-
-
-
- <title>Chimrod &ndash; Drawer</title>
-
-</head>
-<body class="light-theme">
- <aside>
- <div>
- <a href="//localhost:8000">
- <img src="/profile.png" alt="Chimrod" title="Chimrod">
- </a>
-
- <h1>
- <a href="//localhost:8000">Chimrod</a>
- </h1>
-
-
-
- <nav>
- <ul class="list">
-
-
-
- <li>
- <a target="_self" href="http://git.chimrod.com" >git</a>
- </li>
- </ul>
- </nav>
-
- <ul class="social">
- </ul>
- </div>
-
- </aside>
- <main>
-
- <nav>
- <a href="//localhost:8000">Accueil</a>
-
-
- <a href="//localhost:8000/feeds/all.atom.xml">Atom</a>
-
- </nav>
-
-<article class="single">
- <header>
-
- <h1 id="drawer">Drawer</h1>
- </header>
- <div>
-
- <noscript>Sorry, you need to enable JavaScript to see this page.</noscript>
- <script id="drawer_js" type="text/javascript" defer="defer" src="script.js"></script>
- <script>
- var script = document.getElementById('drawer_js');
- script.addEventListener('load', function() {
- var app = document.getElementById('slate');
- drawer.run(app);
- });
- </script>
- <section class="todoapp" id="app">
- <canvas id="slate" class="drawing-zone" width="800" height="800">
- </section>
-
- Cliquez dans l&#8217;ardoise pour commencer à dessiner<span style="white-space:nowrap">&thinsp;</span>!
-
- <footer class="info"> </footer>
- </div>
-</article>
-
- <footer>
-<p>&copy; </p>
-<p>
-Construit avec <a href="http://getpelican.com" target="_blank">Pelican</a> utilisant le thème <a href="http://bit.ly/flex-pelican" target="_blank">Flex</a>
-</p> </footer>
- </main>
-
-
-
-
-<script type="application/ld+json">
-{
- "@context" : "http://schema.org",
- "@type" : "Blog",
- "name": " Chimrod ",
- "url" : "//localhost:8000",
- "image": "./profile.png",
- "description": ""
-}
-</script>
-
-
-</body>
-</html>