Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensmithett committed Mar 11, 2024
1 parent 0b5dc90 commit 151d286
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions assets/index-3ac3eaef.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-79edbb0c.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-a7807abb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/index-cd4f60bf.css

This file was deleted.

13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@
<link rel='stylesheet' href='./structurizr_ui_styles.css' />


<script type="module" crossorigin src="./assets/index-79edbb0c.js"></script>
<link rel="stylesheet" href="./assets/index-cd4f60bf.css">
<script type="module" crossorigin src="./assets/index-3ac3eaef.js"></script>
<link rel="stylesheet" href="./assets/index-a7807abb.css">
</head>
<body>
<div class='layout'>
<div class='layout__nav'>
<div class='layout__loading'>
<span class="loader"></span>
Loading...
</div>

<div class='layout__nav is-hidden'>
<input id="searchbox" class='input' aria-label='Diagram navigation' placeholder='Start typing…' />
<button id='export' class='btn'>Export PNG</button>

<div class='nav-links'></div>
</div>

<div class='layout__diagram' id="structurizr-diagram-target"></div>
<div class='layout__diagram is-hidden' id="structurizr-diagram-target"></div>
</div>

<script src='./structurizr_ui_scripts.js'></script>
Expand Down

0 comments on commit 151d286

Please sign in to comment.