mirror of https://github.com/dirtbags/moth.git
hidden file fixes
This commit is contained in:
parent
90da0baaa1
commit
9ed4a6866e
|
@ -10,11 +10,7 @@ print '''
|
|||
<html>
|
||||
<head>
|
||||
<title>1</title>
|
||||
<<<<<<< HEAD:puzzles/webapp/1/1.cgi
|
||||
<link rel="stylesheet" type="text/css" href="ctf.css" media="all" />
|
||||
=======
|
||||
<link rel="stylesheet" type="text/css" href=",ctf.css" media="all" />
|
||||
>>>>>>> 3c3c03775e5ac9a11abf581fbf8656e31d99ef42:puzzles/webapp/1/1.cgi
|
||||
<!-- key = ktFfb8R1Bw -->
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -14,7 +14,7 @@ print '''
|
|||
<html>
|
||||
<head>
|
||||
<title>2</title>
|
||||
<link rel="stylesheet" type="text/css" href="ctf.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href=",ctf.css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
|
|
@ -14,7 +14,7 @@ print '''
|
|||
<html>
|
||||
<head>
|
||||
<title>3</title>
|
||||
<link rel="stylesheet" type="text/css" href="ctf.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href=",ctf.css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
|
|
@ -17,7 +17,7 @@ print '''
|
|||
<html>
|
||||
<head>
|
||||
<title>4</title>
|
||||
<link rel="stylesheet" type="text/css" href="ctf.css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href=",ctf.css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
|
|
Loading…
Reference in New Issue