We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6fff9 commit fca8286Copy full SHA for fca8286
examples/client.html renamed to examples/client_vanilla.html
examples/index.html
@@ -3,10 +3,9 @@
3
<title>PHP-CRUD-API examples</title>
4
</head>
5
<body>
6
- <h1>Examples</h1>
7
- <h2>Clients</h2>
+ <h1>Example clients</h1>
8
<ul>
9
- <li><a href="/examples/client.html">VanillaJS</a></li>
+ <li><a href="/examples/client_vanilla.html">VanillaJS</a></li>
10
<li><a href="/examples/client_angular.html">Angular</a></li>
11
<li><a href="/examples/client_angular2.html">Angular 2</a></li>
12
<li><a href="/examples/client_handlebars.html">Handlebars</a></li>
0 commit comments