27 lines
653 B
HTML
27 lines
653 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<style>
|
|
body {
|
|
max-width: 30em;
|
|
margin-left: 2em;
|
|
}
|
|
p.center {text-align:center;}
|
|
</style>
|
|
<link rel="shortcut icon" href="../rho.ico">
|
|
<title>Furtive Fork Attack</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><a href="./index.html"> To Home page</a> </p>
|
|
|
|
<h1>Furtive Fork Attack</h1>
|
|
|
|
|
|
|
|
<p style="background-color: #ccffcc; font-size: 80%;">These documents are
|
|
licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative
|
|
Commons Attribution-Share Alike 3.0 License</a></p>
|
|
</body>
|
|
</html> |