-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwebsite.html
31 lines (30 loc) · 1.95 KB
/
website.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<!-- saved from url=(0048)http://ctctf.io/problem_data/Kelvin/website.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<script async="" src="./website_files/cloudflare.min.js"></script><script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"ee8aa09131487d43999312ecd5e2a6a9",petok:"32ef215b99bd497fdea000205fd8d5ff77b7f6f3-1426726617-1800",zone:"ctctf.io",rocket:"0",apps:{}}];CloudFlare.push({"apps":{"ape":"7369a0ad607c2f98b5a170257d555a20"}});!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=919620257c/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]>
</script>
<script>
function feedback() {
document.getElementById("feedback").innerHTML = "Thanks for the feedback! View the page source for the flag.";
}
</script>
<style type="text/css">.cf-hidden { display: none; } .cf-invisible { visibility: hidden; }</style></head>
<body>
<h1>Hey I'm Kelvin</h1>
<img src="./website_files/Frog.jpg" alt="">
<!--nooooo mom please don't_take_food away from me :'( -->
<p>Yup, that's me</p>
<p>I like to compete in CTFs - in fact, I placed last place for FrogCTF!</p>
<p>Same case for HardCTF. Note the consistency!</p>
<p>I think this is a beautiful website. Let me know what you think!</p>
<input type="text">
<button onclick="feedback()">submit feedback</button>
<div id="feedback">Thanks for the feedback! View the page source for the flag.</div>
<br>
[insert link to resume here]
</body></html>