2010-10-14 19:39:41 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2010-08-02 03:49:10 +02:00
|
|
|
<head>
|
2010-10-14 19:39:41 +02:00
|
|
|
<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
|
2010-08-02 03:49:10 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2010-10-14 19:39:41 +02:00
|
|
|
<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>
|
2010-08-02 03:49:10 +02:00
|
|
|
</body>
|
|
|
|
</html>
|