minor text tweaks
This commit is contained in:
		
							parent
							
								
									be6252162e
								
							
						
					
					
						commit
						3f92125579
					
				| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <h3>Single-Page-Application</h3>
 | 
					            <h3>Single-Page-Application</h3>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <p><code>components/pages</code></p>
 | 
					            <p><code>app/pages</code></p>
 | 
				
			||||||
            <p><code>state</code></p>
 | 
					            <p><code>state</code></p>
 | 
				
			||||||
            <p><code>routing</code></p>
 | 
					            <p><code>routing</code></p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@
 | 
				
			||||||
            Start development with
 | 
					            Start development with
 | 
				
			||||||
            <a>RiotJS</a>, a component-based ui library,
 | 
					            <a>RiotJS</a>, a component-based ui library,
 | 
				
			||||||
            <a>Riot/Route</a>, a client-side routing library, and
 | 
					            <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>
 | 
					        </p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <h3>Getting Started</h3>
 | 
					        <h3>Getting Started</h3>
 | 
				
			||||||
| 
						 | 
					@ -31,7 +31,7 @@
 | 
				
			||||||
            <span>
 | 
					            <span>
 | 
				
			||||||
                <a href="https://vitejs.dev/guide/">Vite</a>
 | 
					                <a href="https://vitejs.dev/guide/">Vite</a>
 | 
				
			||||||
                <br/>
 | 
					                <br/>
 | 
				
			||||||
                <code>v6.x</code>
 | 
					                <code>v7.x</code>
 | 
				
			||||||
            </span>
 | 
					            </span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
        <meta charset="UTF-8" />
 | 
					        <meta charset="UTF-8" />
 | 
				
			||||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
				
			||||||
        <link rel="stylesheet" href="/app/css/main.css">
 | 
					        <link rel="stylesheet" href="/app/css/main.css">
 | 
				
			||||||
        <title>Riot Template</title>
 | 
					        <title>Riot SPA Template</title>
 | 
				
			||||||
    </head>
 | 
					    </head>
 | 
				
			||||||
    <body>
 | 
					    <body>
 | 
				
			||||||
        <app></app>
 | 
					        <app></app>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue