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 %>)
alert("Making admin of '<%= user2.name %>'' is success");
</script>
<!-- This website is powered by AKF-Forum -->
</body>
</html>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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