easyctf-2017/web/about.html

10 lines
115 B
HTML
Raw Normal View History

2015-12-23 23:03:33 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About</title>
</head>
<body>
<h1>EasyCTF is Fun!</h1>
</body>
</html>