|
3 | 3 | <head>
|
4 | 4 | <title>Clear diagrams.net Cache</title>
|
5 | 5 | <meta charset="utf-8">
|
6 |
| - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 6 | + <title>Clear diagrams.net Cache</title> |
| 7 | + <style type="text/css"> |
| 8 | + @media only screen { |
| 9 | + body { |
| 10 | + font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", |
| 11 | + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 12 | + background: light-dark(rgb(255, 255, 255), rgb(18, 18, 18)); |
| 13 | + color: light-dark(rgb(18, 18, 18), white); |
| 14 | + margin: 10px 5% 10px 5%; |
| 15 | + color-scheme: dark; |
| 16 | + font-size: 16px; |
| 17 | + } |
| 18 | + textarea { |
| 19 | + box-sizing: border-box; |
| 20 | + font-family: monospace; |
| 21 | + color: lightgray; |
| 22 | + resize: vertical; |
| 23 | + font-size: inherit; |
| 24 | + border-radius: 4px; |
| 25 | + padding: 4px; |
| 26 | + } |
| 27 | + button { |
| 28 | + background: #1a4cad; |
| 29 | + border-radius: 4px; |
| 30 | + padding: 10px; |
| 31 | + border: none; |
| 32 | + } |
| 33 | + button { |
| 34 | + cursor: default; |
| 35 | + opacity: 0.9; |
| 36 | + } |
| 37 | + button:hover:not(:disabled) { |
| 38 | + opacity: 1; |
| 39 | + } |
| 40 | + button:active:not(:disabled) { |
| 41 | + filter:invert(1); |
| 42 | + } |
| 43 | + input { |
| 44 | + padding: 2px 6px; |
| 45 | + margin: 0 0 0 4px; |
| 46 | + font-size: inherit; |
| 47 | + } |
| 48 | + } |
| 49 | + </style> |
8 | 50 | </head>
|
9 |
| -<body style="font-size: large;"> |
| 51 | +<body> |
| 52 | + <div style="display:flex;opacity:0.9;align-items:center;padding:20px 0 10px 0;"> |
| 53 | + <svg viewBox="24 26 68 68" style="width:28px;display:inline-block;"> |
| 54 | + <line y2="72.394" x2="41.061" y1="43.384" x1="58.069" stroke-miterlimit="10" stroke-width="3.5528" |
| 55 | + stroke="currentColor" fill="none" /> |
| 56 | + <line y2="72.394" x2="75.076" y1="43.384" x1="58.068" stroke-miterlimit="10" stroke-width="3.5008" |
| 57 | + stroke="currentColor" fill="none" /> |
| 58 | + <path |
| 59 | + d="M52.773,77.084c0,1.954-1.599,3.553-3.553,3.553H36.999c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z" |
| 60 | + fill="currentColor" /> |
| 61 | + <path |
| 62 | + d="M67.762,48.074c0,1.954-1.599,3.553-3.553,3.553H51.988c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553H64.21c1.954,0,3.553,1.599,3.553,3.553V48.074z" |
| 63 | + fill="currentColor" /> |
| 64 | + <path |
| 65 | + d="M82.752,77.084c0,1.954-1.599,3.553-3.553,3.553H66.977c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z" |
| 66 | + fill="currentColor" /> |
| 67 | + </svg> |
| 68 | + <span style="font-family:Helvetica;font-weight:700;font-size:20px;margin-left:4px;">draw.io</span> |
| 69 | + </div> |
10 | 70 | <script src="js/app.min.js"></script>
|
11 | 71 | <script src="js/clear.js"></script>
|
12 | 72 | </body>
|
|
0 commit comments