added id to section - online edit of handbook/troggle/troglaptop.html

This commit is contained in:
Expo on server 2022-06-24 23:17:32 +01:00
parent a99ce4f860
commit 87c50398a3

View File

@ -5,7 +5,8 @@
<title>Handbook Troggle Laptop</title> <title>Handbook Troggle Laptop</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" /> <link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head> </head>
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style> <body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expedition Handbook</h2> <h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Troggle - software development laptop</h1> <h1>Troggle - software development laptop</h1>
@ -338,7 +339,7 @@ python manage.py migrate</code></pre>
Tests the uptodateness of your sqlite database. The help option Tests the uptodateness of your sqlite database. The help option
explains what this does and gives extra command line options. explains what this does and gives extra command line options.
<h4>check full functionality</h4> <h4 id="fullfunct">check full functionality</h4>
<p>Now run the test suite: <p>Now run the test suite:
@ -417,6 +418,5 @@ Go on to: <a href="trogarch.html">Troggle architecture</a><br />
Return to: <a href="trognotes.html">Troggle programmers' guide</a><br /> Return to: <a href="trognotes.html">Troggle programmers' guide</a><br />
Troggle index: Troggle index:
<a href="trogindex.html">Index of all troggle documents</a><br /> <a href="trogindex.html">Index of all troggle documents</a><br />
<hr /> <hr /></body>
</body>
</html> </html>