10 lines
139 B
HTML
10 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>My Static Website</title>
|
|
</head>
|
|
<body>
|
|
<h1>This website says its main branch</h1>
|
|
</body>
|
|
</html>
|