7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
$title = "Waterfox";
|
|
$description = "My switch to Waterfox as my main browser.";
|
|
$created = "2018-01-02";
|
|
$updated = "2018-01-02";
|
|
?>
|