Files
example-node-project/index.html
2020-04-16 10:02:11 +02:00

23 lines
471 B
HTML

<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Hello World : Jenkins X</title>
<meta name="description" content="Jenkins X">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="all" href="style.css" />
</head>
<body>
<div class="cover">
<div class="feature">
<h1>Hello Node</h1>
<div class="brand">
Jenkins <strong>X</strong>
</div>
</div>
</div>
</body>
</html>