15 lines
206 B
PHP
Executable File
15 lines
206 B
PHP
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Dummy Title</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1 <?php echo 'id="bright"'; ?>>Hello cruel world!</h1>
|
|
|
|
</body>
|
|
|
|
</html
|