html
a simple HTML file with only one script tag included
June 23, 2025
<!DOCTYPE html> <html lang="en"> <script type="text/javascript"> atOptions = { …
Apps & Scripts
June 23, 2025
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…
Apps & Scripts
June 23, 2025
<?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $name = htmlspecialchars($_POST['name…
Apps & Scripts
June 22, 2025
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <ti…
Apps & Scripts
June 22, 2025
body { background-color: #f0f0f0; font-family: Arial, sans-serif; display: flex; height: 100vh; justify-con…
Apps & Scripts
June 22, 2025
html