first commit
This commit is contained in:
parent
55ca4dba84
commit
4d5c298519
7 changed files with 55 additions and 0 deletions
15
index.php
Normal file
15
index.php
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue