Add the comment line to every view

This commit is contained in:
Katroku 2022-03-19 21:41:40 +03:00
parent 58891740fb
commit 40b5126b9d
9 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,7 @@
if (<%= user2.admin %>) if (<%= user2.admin %>)
alert("Making admin of '<%= user2.name %>'' is success"); alert("Making admin of '<%= user2.name %>'' is success");
</script> </script>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -31,6 +31,7 @@
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -30,6 +30,7 @@
<input type="submit" value="Login"> <input type="submit" value="Login">
</form> </form>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -42,6 +42,7 @@
</form> </form>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -38,6 +38,7 @@
<input type="submit" value="Register"> <input type="submit" value="Register">
</form> </form>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -85,6 +85,7 @@
</form> </form>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -40,6 +40,7 @@
</ul> </ul>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -75,6 +75,7 @@
</form> </form>
<% }; %> <% }; %>
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>

View File

@ -41,6 +41,7 @@
<!-- This website is powered by AKF-Forum -->
</body> </body>
</html> </html>