7 lines
169 B
PHP
7 lines
169 B
PHP
<?php
|
|
$title = "Linux Just Works";
|
|
$description = "Contrary to popular belief, Linux (unlike Windows) just works.";
|
|
$created = "2021-09-07";
|
|
$updated = "2021-09-07";
|
|
?>
|