aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/index.html
blob: f9e87485fdb9694db04870a6944b5b5124a7dea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Refinery</title>
    <meta name="description" content="An efficient graph solver for generating well-formed models">
    <link rel="icon" href="/favicon.svg" type="image/svg+xml">
    <link rel="icon" href="/favicon.png" type="image/png" sizes="32x32">
    <link rel="icon" href="/favicon-96x96.png" type="image/png" sizes="96x96">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" type="image/png" sizes="180x180">
    <link rel="mask-icon" href="/mask-icon.svg" type="image/svg+xml" color="#038a99">
    <meta name="theme-color" media="(prefers-color-scheme:light)" content="#f5f5f5">
    <meta name="theme-color" media="(prefers-color-scheme:dark)" content="#21252b">
    <style>
      @import '@fontsource/jetbrains-mono/variable.css';
      @import '@fontsource/jetbrains-mono/variable-italic.css';

      /* roboto-cyrillic-ext-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-cyrillic-ext-300-normal.woff2') format('woff2');
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
      }
      /* roboto-cyrillic-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-cyrillic-300-normal.woff2') format('woff2');
        unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
      }
      /* roboto-greek-ext-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-greek-ext-300-normal.woff2') format('woff2');
        unicode-range: U+1F00-1FFF;
      }
      /* roboto-greek-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-greek-300-normal.woff2') format('woff2');
        unicode-range: U+0370-03FF;
      }
      /* roboto-vietnamese-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-vietnamese-300-normal.woff2') format('woff2');
        unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
      }
      /* roboto-latin-ext-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-latin-ext-300-normal.woff2') format('woff2');
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
      }
      /* roboto-latin-300-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 300;
        src: url('@fontsource/roboto/files/roboto-latin-300-normal.woff2') format('woff2');
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
      }
      /* roboto-cyrillic-ext-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-cyrillic-ext-400-normal.woff2') format('woff2');
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
      }
      /* roboto-cyrillic-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-cyrillic-400-normal.woff2') format('woff2');
        unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
      }
      /* roboto-greek-ext-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-greek-ext-400-normal.woff2') format('woff2');
        unicode-range: U+1F00-1FFF;
      }
      /* roboto-greek-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-greek-400-normal.woff2') format('woff2');
        unicode-range: U+0370-03FF;
      }
      /* roboto-vietnamese-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-vietnamese-400-normal.woff2') format('woff2');
        unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
      }
      /* roboto-latin-ext-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-latin-ext-400-normal.woff2') format('woff2');
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
      }
      /* roboto-latin-400-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 400;
        src: url('@fontsource/roboto/files/roboto-latin-400-normal.woff2') format('woff2');
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
      }
      /* roboto-cyrillic-ext-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-cyrillic-ext-500-normal.woff2') format('woff2');
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
      }
      /* roboto-cyrillic-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-cyrillic-500-normal.woff2') format('woff2');
        unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
      }
      /* roboto-greek-ext-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-greek-ext-500-normal.woff2') format('woff2');
        unicode-range: U+1F00-1FFF;
      }
      /* roboto-greek-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-greek-500-normal.woff2') format('woff2');
        unicode-range: U+0370-03FF;
      }
      /* roboto-vietnamese-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-vietnamese-500-normal.woff2') format('woff2');
        unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
      }
      /* roboto-latin-ext-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-latin-ext-500-normal.woff2') format('woff2');
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
      }
      /* roboto-latin-500-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 500;
        src: url('@fontsource/roboto/files/roboto-latin-500-normal.woff2') format('woff2');
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
      }
      /* roboto-cyrillic-ext-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-cyrillic-ext-700-normal.woff2') format('woff2');
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
      }
      /* roboto-cyrillic-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-cyrillic-700-normal.woff2') format('woff2');
        unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
      }
      /* roboto-greek-ext-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-greek-ext-700-normal.woff2') format('woff2');
        unicode-range: U+1F00-1FFF;
      }
      /* roboto-greek-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-greek-700-normal.woff2') format('woff2');
        unicode-range: U+0370-03FF;
      }
      /* roboto-vietnamese-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-vietnamese-700-normal.woff2') format('woff2');
        unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
      }
      /* roboto-latin-ext-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-latin-ext-700-normal.woff2') format('woff2');
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
      }
      /* roboto-latin-700-normal*/
      @font-face {
        font-family: 'Roboto';
        font-style: normal;
        font-display: swap;
        font-weight: 700;
        src: url('@fontsource/roboto/files/roboto-latin-700-normal.woff2') format('woff2');
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
      }

      body {
        color: #19202b;
        background: #f5f5f5;
        font-family: 'InterVariable', 'Inter', 'Roboto', 'Helvetica', 'Arial', sans-serif;
      }

      @media (prefers-color-scheme: dark) {
        body {
          color: #ebebff;
          background: #21252b;
        }
      }
    </style>
  </head>
  <body>
    <noscript>
      <p>
        This application requires JavaScript to run.
      </p>
    </noscript>
    <div id="app"></div>
    <script src="./src/index.tsx" type="module"></script>
  </body>
</html>