RandomSec/main/webapp/modules/core/preferences.vt
James Home d6015f783c first round of UI improvements:
- new front page
- new header
- improved about and preference pages
- new project tabs and header
- new buttons
- new logos



git-svn-id: http://google-refine.googlecode.com/svn/trunk@1533 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 17:39:41 +00:00

21 lines
581 B
Plaintext

<!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>