extwee
Version:
A story compiler tool using Twine-compatible formats
53 lines • 1.65 kB
HTML
<html>
<head>
<title>Example1</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<tw-storydata
name="Example1"
startnode="1"
creator="Twine"
creator-version="2.3.9"
ifid="E70FC479-01D9-4E44-AC6A-AFF9F5E1C475"
zoom="1"
format="Chapbook"
format-version="1.1.0"
options="" hidden>
<style
role="stylesheet"
id="twine-user-stylesheet"
type="text/twine-css">
body {
font-size: 1.2rem;
}
</style>
<script
role="script"
id="twine-user-script"
type="text/twine-javascript">
window.setup = {};
</script>
<tw-passagedata
pid="1"
name="Untitled Passage"
tags=""
position="200,102"
size="100,100">[[Another passage]]</tw-passagedata>
<tw-passagedata
pid="2"
name="Another passage"
tags=""
position="200,252"
size="100,100">[[A third]]</tw-passagedata>
<tw-passagedata
pid="3"
name="A third"
tags=""
position="200,402"
size="100,100">Double-click this passage to edit it.</tw-passagedata>
</tw-storydata>
</body>
</html>