mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-08-28 19:32:43 +00:00
23 lines
471 B
HTML
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> |