put php in head
This commit is contained in:
parent
7afbe7115c
commit
6469b8348f
1 changed files with 15 additions and 15 deletions
30
index.php
30
index.php
|
@ -54,21 +54,6 @@
|
|||
color: grey;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="post">
|
||||
<h1><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
<form method="post">
|
||||
<textarea id="body-input" name="body"></textarea>
|
||||
Signature (optional): <input type="text" name="signature"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
|
||||
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furp as a social media platform.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
// write to file
|
||||
|
@ -90,6 +75,21 @@
|
|||
fclose($myfile);
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="post">
|
||||
<h1><span style="color: var(--accent);">furp</span>social</h1>
|
||||
|
||||
<form method="post">
|
||||
<textarea id="body-input" name="body"></textarea>
|
||||
Signature (optional): <input type="text" name="signature"><br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
|
||||
<span style="font-size: 12px; color: grey;">Privacy Policy: The only data collected by furpsocial is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furp as a social media platform.</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post">
|
||||
<h2>anon</h2>
|
||||
|
|
Reference in a new issue