Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/HTMLify/templates/skeletons/

conferm-delete.html /abh/HTMLify/templates/skeletons/conferm-delete.html
483 Views
0 Comments
<!--conferm-delete.html-->
<h1>Do you really want to delete the file {{ file.name }} at {{ file.path }}?</h1>
{% if file.type in
dashboard.html /abh/HTMLify/templates/skeletons/dashboard.html
582 Views
0 Comments
<!--dashboard.html-->
<a href="/edit?filepathnew.html"><h4 style="display:inline-block;">Make new file</h4></a>&nbsp;
<a href="/
edit.html /abh/HTMLify/templates/skeletons/edit.html
451 Views
0 Comments
<!-- edit.html -->
<form action="/action/edit" method="POST">
<input type="text" name="path" value="{{ path }}" /> Mode:
{% if
file-upload.html /abh/HTMLify/templates/skeletons/file-upload.html
545 Views
0 Comments
<!-- file-uplaod.html -->
<form action="/action/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="fi
home.html /abh/HTMLify/templates/skeletons/home.html
503 Views
0 Comments
<h1>HTMLify your dreams</h1>
<center><p>Make your HTML files live</p>
<form class="search-form" action="/search" method="GET" st
login.html /abh/HTMLify/templates/skeletons/login.html
513 Views
0 Comments
<!-- login.html -->
<form action="/action/login" method="POST">
<input type="text" name="username" placeholder="username" /><br>
media-edit.html /abh/HTMLify/templates/skeletons/media-edit.html
426 Views
0 Comments
<!-- media-edit.html -->
<form action="/action/edit-media" method="POST">
<input type="hidden" name="oldname" value="{{ path[ses
registration.html /abh/HTMLify/templates/skeletons/registration.html
537 Views
0 Comments
<!-- registration.html -->
<form action="/action/registration" method="POST">
<input type="text" name="username" placeholder="us
search-result.html /abh/HTMLify/templates/skeletons/search-result.html
469 Views
0 Comments
<!-- search-result.html -->
<form class="search-form" action="/search" method="GET" style="margin:20p;">
<input type="text" name
user-files.html /abh/HTMLify/templates/skeletons/user-files.html
527 Views
0 Comments
<!-- user-files.html -->
{% for file in files %}
{{ loop.index }}<a href=" {{ file.path }}">{{ file.name }}</a> {{ file.size }}<