15 lines
443 B
HTML
15 lines
443 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="index.css" />
|
|
<title>Interview Problems</title>
|
|
</head>
|
|
<body>
|
|
<h1>Problems</h1>
|
|
<p>Description</p>
|
|
<a href="problems/rainwater.html"><h2>Trapping Rainwater</h2></a>
|
|
</body>
|
|
</html>
|