mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
10 lines
123 B
HTML
10 lines
123 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Example HTML</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Example</h1>
|
|
</body>
|
|
</html>
|