32ffc7e90f
Added Semantic-UI Changed pages to adapt to Semantic
11 lines
242 B
HTML
11 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Login</title>
|
|
<script src="js/semantic.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
|
|
</head>
|
|
<body>
|
|
<h1>Please Login to EasyCTF</h1>
|
|
</body>
|
|
</html>
|