mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
fix previous commit
This commit is contained in:
parent
5f26613fb5
commit
1bd8491843
@ -14,10 +14,6 @@ Email address: <input type="text" name="email">
|
||||
<input type="submit">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
<p><a href="https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.php">Source: https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.php</a></p>
|
||||
<hr/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -43,4 +39,9 @@ echo "<p>";
|
||||
echo "<img src=$gravatar>";
|
||||
echo "</p>";
|
||||
}
|
||||
|
||||
echo '<hr/>
|
||||
<p><a href="https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.php">Source: https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.php</a></p>
|
||||
<hr/>';
|
||||
|
||||
?>
|
||||
|
@ -15,12 +15,6 @@ Email address: <input type="text" name="email">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
<p><a href="https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.
|
||||
php">Source: https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar
|
||||
.php</a></p>
|
||||
<hr/>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -46,4 +40,11 @@ echo "<p>";
|
||||
echo "<img src=$libravatar>";
|
||||
echo "</p>";
|
||||
}
|
||||
|
||||
echo '<hr/>
|
||||
<p><a href="https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar.
|
||||
php">Source: https://github.com/Mkaysi/mkaysi.github.io/blob/master/php/gravatar
|
||||
.php</a></p>
|
||||
<hr/>'
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user