first commit

master
whotookelburg 1 year ago
parent 55ca4dba84
commit 4d5c298519

@ -0,0 +1,4 @@
run = "php -S 0.0.0.0:8000 -t ."
entrypoint = "index.php"

@ -0,0 +1,5 @@
interactions[basic][cancel] = "Cancel"
interactions[basic][no] = "No"
interactions[basic][okay] = "OK"
interactions[basic][yes] = "Yes"

@ -0,0 +1,3 @@
results[found] = "found $ results"
results[foundonlyone] = "found 1 result"
results[none] = "no results found"

@ -0,0 +1 @@
interactions[choose][tp][acceptnew] = "Accept"

@ -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>

@ -0,0 +1,5 @@
{ pkgs }: {
deps = [
pkgs.php74
];
}

@ -0,0 +1,22 @@
[META]
name = "superTinySearch"
version = [0, 0, 0]
maintain[][name] = "brendan Berger"
maintain[][email] = "whotookelburg"
svn = "<>"
[FEATURES]
langs[] = "en_US"
regions[] = "us"
[FEATURES.APPLETS]
enabled = false
runtimes[] = "ecmascript"
[FEATURES.UI]
themes[] = "default"
default = "default"
[INDEX]
sites[] = "none"
Loading…
Cancel
Save