mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 19:50:01 +02:00
.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
body { width: 800px; margin: auto; }
|
||||
h1, h2 { text-align: center; }
|
||||
h1 { font-size: 300%; margin: 0.2em; }
|
||||
p { margin: 2em; text-align: justify; }
|
||||
p.jsnote { margin: 2em; text-align: justify; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -32,8 +32,8 @@
|
||||
|
||||
<!-- React does its magic here -->
|
||||
<div id="article">
|
||||
<p>Loading book content...</p>
|
||||
<p>If you have JavaScript disabled, you'll have to enable it, as this book heavily relies on JS rendering, both for the base content (it's been written as a React application) and all the interactive graphics, which rely on JS not just for the user interaction but also for the live-drawing (none of the graphics in this book are flat images, they're all live-rendered).</p>
|
||||
<p class="jsnote">Loading book content...</p>
|
||||
<p class="jsnote">If you have JavaScript disabled, you'll have to enable it, as this book heavily relies on JS rendering, both for the base content (it's been written as a React application) and all the interactive graphics, which rely on JS not just for the user interaction but also for the live-drawing (none of the graphics in this book are flat images, they're all live-rendered).</p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
Reference in New Issue
Block a user