17 lines
No EOL
554 B
HTML
17 lines
No EOL
554 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
<title>Node Go API</title>
|
|
</head>
|
|
<body>
|
|
<h1>Node Go API</h1>
|
|
<p>Hello! You've found the Node Go API endpoint. You're probably here to:</p>
|
|
<ul>
|
|
<li><a href="https://play-node-go.herokuapp.com">Play Node Go</a></li>
|
|
<li><a href="https://github.com/sorrelbri/node-go">Learn more about how Node Go was built</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |