7 lines
297 B
PHP
7 lines
297 B
PHP
<?php
|
|
$title = "Five Technological Principles to Live By";
|
|
$description = "Five principles which we should use as a guide when deciding what technologies to use or (in the case of engineers) how we should develop our technological solutions.";
|
|
$created = "2021-01-21";
|
|
$updated = "2021-01-21";
|
|
?>
|