infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
29 lines (23 loc) • 1.16 kB
HTML
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" type="text/css" href="../../../lib/normalize/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="../../../framework/core/css/fluid.css" />
<!-- Component styles -->
<link rel="stylesheet" type="text/css" href="../css/Enactors.css" />
<link rel="stylesheet" type="text/css" href="../css/PrefsEditor.css" />
<link rel="stylesheet" type="text/css" href="../css/SeparatedPanelPrefsEditorFrame.css" />
<title>Preferences Editor</title>
</head>
<body class="fl-prefsEditor-separatedPanel fl-focus">
<!--
TODO: Rather than injecting hidden containers, we should be able to exclude enactors from executing
in the panel.
-->
<div class="flc-toc-tocContainer fl-hidden"></div>
<div class="flc-orator-controller fl-hidden"></div>
<div class="flc-orator-content fl-hidden"></div>
</body>
</html>