minor text tweaks

This commit is contained in:
Geoff Doty 2025-08-23 10:15:13 -04:00
parent be6252162e
commit 3f92125579
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<h3>Single-Page-Application</h3>
<p><code>components/pages</code></p>
<p><code>app/pages</code></p>
<p><code>state</code></p>
<p><code>routing</code></p>

View File

@ -6,7 +6,7 @@
Start development with
<a>RiotJS</a>, a component-based ui library,
<a>Riot/Route</a>, a client-side routing library, and
<a>Vite</a> front-end build tooling.
<a>Vite</a> as a front-end build tool.
</p>
<h3>Getting Started</h3>
@ -31,7 +31,7 @@
<span>
<a href="https://vitejs.dev/guide/">Vite</a>
<br/>
<code>v6.x</code>
<code>v7.x</code>
</span>
</div>

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/app/css/main.css">
<title>Riot Template</title>
<title>Riot SPA Template</title>
</head>
<body>
<app></app>