about summary refs log tree commit diff stats
path: root/coc.php
diff options
context:
space:
mode:
authorCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
committerCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
commit603ac04ec07b8140a147e1eafaf0e3fc6baeee68 (patch)
tree63e4cfa5904e63c318c8caad5366341ff910a440 /coc.php
parent2d0934b6f5151788f407b40790c0898f625a185c (diff)
downloadsite-603ac04ec07b8140a147e1eafaf0e3fc6baeee68.tar.gz
changed naming scheme for included files
Diffstat (limited to 'coc.php')
-rwxr-xr-xcoc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/coc.php b/coc.php
index f0c331f..afd8496 100755
--- a/coc.php
+++ b/coc.php
@@ -14,7 +14,7 @@
 
 <body>
     <div id="container">
-        <?php include("header.html"); ?>
+        <?php include("_header.html"); ?>
         <div id="content">
             <h1>tilde.institute code of conduct</h1>
             <p><strong>tl;dr</strong>: Be kind to each other. Think carefully about the words you
id='n129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185