RandomSec/main/webapp/modules/core/preferences.vt

21 lines
581 B
Plaintext
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Preferences - Google Refine</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<script type="text/javascript" src="wirings.js"></script>
$scriptInjection
$styleInjection
</head>
<body>
<div id="header">
<a id="app-home-button" href="./"><img alt="Google Refine" src="images/logo-googlerefine-30.png" width="129" height="29" /></a>
</div>
<div id="body-info">
<div id="loading-message"><img src="images/large-spinner.gif" /> Loading...</div>
</div>
</body>
</html>