22 lines
750 B
HTML
22 lines
750 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<title>Writings by Shoofle</title>
|
|
<script src="/static/jquery.min.js" type="text/javascript"></script>
|
|
<link href="/static/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
|
|
<link href="/static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
|
|
<link href="/static/shoofle.css" rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<p>In these SVG files, 10 units of SVG space should correspond to one inch of real world space.</p>
|
|
<p>Here are, perhaps, the slices that I need:</p>
|
|
<img src="slices.svg"/>
|
|
<p>And here, again perhaps, are the slices arranged in some way:</p>
|
|
<img src="second_slices.svg"/>
|
|
</article>
|
|
</body>
|
|
</html> |