BadgeGenerator/index.php
2022-11-18 13:50:17 -05:00

13 lines
179 B
PHP

<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<title>Badge Generator</title>
</head>
<body>
<p>Text!</p>
</body>
</html>