mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
15 lines
352 B
HTML
Executable File
15 lines
352 B
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
<link href="../favicon.ico" rel="icon" sizes="32x32">
|
|
<link href="style.css" media="screen, projection" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<p>Login successful!<br></p>
|
|
</body>
|
|
</html>
|