зеркало из https://github.com/docker/kitematic.git
12 строки
328 B
HTML
12 строки
328 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="main.css"/>
|
|
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self' http://localhost:35729; style-src 'self' 'unsafe-inline';">
|
|
<title>Kitematic</title>
|
|
</head>
|
|
<body>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|