summaryrefslogtreecommitdiffstats
path: root/dist/index.html
blob: 95f2e30bcdf631e34162b2832473a3035c4e9151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html id="virtual-machines-page" class="pf-theme-dark">
  <head>
    <meta charset="utf-8">
    <title translate="yes">Virtual machines management</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" href="index.css">

    <script type="text/javascript" src="index.js"></script>
    <script type="text/javascript" src="po.js"></script>
  </head>

  <body class="pf-m-redhat-font pf-v5-m-tabular-nums">
    <div class="ct-page-fill" id="app">
    </div>
  </body>
</html>