|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5 | 5 | <meta name="author" content="Guilherme Nascimento">
|
6 | 6 | <meta name="description" content="Inphinit is a fast and sustainable PHP framework, infinite possibilities for use with other composer packages">
|
7 |
| - <meta name="keywords" content="inphinit, php, framework, microframework, performance, routes, controllers, views, rest"> |
| 7 | + <meta name="keywords" content="inphinit, php, framework, microframework, performance, routes, controllers, views, web, api"> |
8 | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
|
10 | 10 | <title>Inphinit PHP framework</title>
|
@@ -42,7 +42,7 @@ <h2>The fast and "sustainable" micro-framework</h2>
|
42 | 42 | <p class="intro">Infinite possibilities to use with other packages in an easy and simple way and still achieve a good performance</p>
|
43 | 43 |
|
44 | 44 | <p class="lnks">
|
45 |
| - <a class="btn" href="/en/">Getting started</a> |
| 45 | + <a class="btn" href="/en/docs/">Getting started</a> |
46 | 46 | <a class="btn" href="/api/">API documentation</a>
|
47 | 47 | </p>
|
48 | 48 | </div>
|
@@ -111,7 +111,7 @@ <h3>Installing with composer</h3>
|
111 | 111 | d.write('<p>Note that the <code>./server<\/code> is only for development, you can use Apache, Xampp and others<\/p>');
|
112 | 112 | }
|
113 | 113 | </script>
|
114 |
| - <p>More details in: <a class="l" href="/en/">Getting started</a></p> |
| 114 | + <p>More details in: <a class="l" href="/en/docs/structure.html#server">Getting started</a></p> |
115 | 115 | </div>
|
116 | 116 | <div class="col">
|
117 | 117 | <div class="window">
|
@@ -189,7 +189,7 @@ <h3>Creating routings</h3>
|
189 | 189 | </p>
|
190 | 190 | </div>
|
191 | 191 |
|
192 |
| - <script async src="js/main.min.js?v= 1.21"></script> |
| 192 | + <script async src="js/main.min.js?v=1.21"></script> |
193 | 193 |
|
194 | 194 | <script type="application/ld+json">
|
195 | 195 | {
|
|
0 commit comments