mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-23 05:02:10 +08:00
16 lines
217 B
Plaintext
16 lines
217 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Aurelia</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<base href="/">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<app></app>
|
||
|
</body>
|
||
|
|
||
|
</html>
|