chiark / gitweb /
dep.js (value): Force the dep before registering a dependents.
[dep-ui] / rolling.html
index 3ac355525424910c63e92cda55bf39b285b0114c..c73cd96d0a4618a4d2b02d58f4edf28baea957fc 100644 (file)
@@ -3,15 +3,17 @@
 <html>
 <head>
   <title>Rolling wire-strip calculator</title>
-  <script type="text/javascript" src="dep.js"></script>
-  <script type="text/javascript" src="dep-ui.js"></script>
+  <meta name=viewport content="width=device-width initial-scale=1.0">
   <link rel=stylesheet type="text/css" href="dep-ui.css">
   <link rel=stylesheet type="text/css" href="rolling.css">
+  <script type="text/javascript" src="dep.js"></script>
+  <script type="text/javascript" src="dep-ui.js"></script>
 <head>
 <body>
 
 <h1>Rolling wire-strip calculator</h1>
 
+<div id=trace style="white-space: pre"></div>
 <script type="text/javascript"><!--
 --></script>
 
@@ -200,11 +202,11 @@ places.
 <h3>Code and credits</h3>
 
 <p>The code which makes this page work
-is <a href="http://www.gnu.org/philosophy/free-sw.html">free
+is <a href="https://www.gnu.org/philosophy/free-sw.html">free
 software</a>.  You
-can <a href="http://git.distorted.org.uk/~mdw/dep-ui/">browse or download
+can <a href="https://git.distorted.org.uk/~mdw/dep-ui/">browse or download
 it</a>, modify it, and/or redistribute it under the terms of the
-<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
+<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
 General Public License, version 2</a> or, at your option, any later
 version.