Skip to content

Commit

Permalink
forbidden index for folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Simões committed Jan 11, 2019
1 parent e5e91b8 commit e565e29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions folder_index.sublime-snippet
@@ -0,0 +1,20 @@
<snippet>
<content><![CDATA[
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
]]></content>
<tabTrigger>folder_index</tabTrigger>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>

0 comments on commit e565e29

Please sign in to comment.