15 lines
484 B
HTML
15 lines
484 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Quay - Private Docker Repository</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- Latest compiled and minified CSS -->
|
||
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
|
||
|
|
||
|
<!-- Optional theme -->
|
||
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello World</h1>
|
||
|
</body>
|
||
|
</html>
|