ordersprinter/webapp/kundenwebseite/vorlagen/classic/header.html

20 lines
385 B
HTML
Raw Normal View History

2020-11-19 22:47:44 +01:00
<head>
<title>{Restaurantname}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="vorlagen/classic/css/style.css">
</head>
<body>
<div class="titlepart">
<img src=vorlagen/classic/title.png></img>
<div class="caption1">
{Restaurantname}
</div>
<div class="caption2">
Willkommen!
</div>
</div>