minor text tweaks
This commit is contained in:
parent
be6252162e
commit
3f92125579
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue