mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-18 16:51:59 -04:00
10 lines
120 B
HTML
Executable File
10 lines
120 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
</head>
|
|
<body>
|
|
<p>Success!</p>
|
|
</body>
|
|
</html>
|