12 lines
264 B
Smarty
12 lines
264 B
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Web-Teams</title>
|
|
<meta charset="UTF-8" />
|
|
<style>
|
|
@import "/webteams.css";
|
|
</style>
|
|
<script type="text/javascript" src="/webteams.js"></script>
|
|
</head>
|
|
<body>
|
|
<form id="idWTForm" action="/save" method="POST"> |