1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Data analysis for 3 card blind metashape" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/mana-font@latest/css/mana.min.css">
<title>3 card blind data analysis</title>
</head>
<body>
<header>
<b><a href="/">3cb-data</a></b> > <b>{{ subtitle }}</b>
</header>
<main> |