mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
15 lines
253 B
HTML
15 lines
253 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Party Coffee Cake</title>
|
|
<script id="data" type="application/json">
|
|
{
|
|
"foo" : "bar"
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div>test</div>
|
|
</body>
|
|
</html>
|