mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
9 lines
145 B
HTML
9 lines
145 B
HTML
<html>
|
|
<head>
|
|
<title>HTML File</title>
|
|
<link type="text/css" rel="stylesheet" href="display.css">
|
|
</head>
|
|
<body>
|
|
<p>HTML File</p>
|
|
</body>
|
|
</html> |