mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
5219932a1f
Summary: Adding initial work for localization support. Summary in https://grist.quip.com/OtZKA6RHdQ6T/Internationalization-and-Localization Test Plan: Not yet Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3633
17 lines
396 B
HTML
17 lines
396 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8">
|
|
<!-- INSERT BASE -->
|
|
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
|
|
<link rel="stylesheet" href="icons/icons.css">
|
|
<!-- INSERT LOCALE -->
|
|
<!-- INSERT CONFIG -->
|
|
<!-- INSERT CUSTOM -->
|
|
<title>Account<!-- INSERT TITLE SUFFIX --></title>
|
|
</head>
|
|
<body>
|
|
<script src="account.bundle.js"></script>
|
|
</body>
|
|
</html>
|