first commit

This commit is contained in:
whotookelburg 2023-01-26 18:09:07 +00:00
parent 55ca4dba84
commit 4d5c298519
7 changed files with 55 additions and 0 deletions

15
index.php Normal file
View file

@ -0,0 +1,15 @@
<html>
<head>
<title><?</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>