mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
17 lines
510 B
HTML
17 lines
510 B
HTML
<!DOCTYPE html>
|
|
<html dir="ltr" lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ionic Theme Builder</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
|
|
<meta name="theme-color" content="#16161d">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<link href="/theme-builder/build/app.css" rel="stylesheet">
|
|
<script src="/theme-builder/build/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<theme-builder></theme-builder>
|
|
</body>
|
|
</html>
|