Merge branch 'master' into stripe-js

This commit is contained in:
fnux 2020-04-08 17:08:09 +02:00
commit f2a797874a
260 changed files with 12750 additions and 420 deletions

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
#content {
width: 400px;
margin: auto;
}
</style>
</head>
<body>
<div id="content">
<h1>Error</h1>
<p>{{ error }}</p>
</div>
</body>
</html>