12
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>URL Shortner</title>
</head>
<body>
<h1>URL Shortner</h1>
<p>{{title}}</p>
<input type="text" disabled style="color: black;" value="{{response}}"></input>
</body>
</html>