mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +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>
|