mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-29 17:25:10 +00:00
21 lines
796 B
HTML
21 lines
796 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta content="yes" name="apple-mobile-web-app-capable" />
|
|
<meta name="viewport" content="width=220, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0" />
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
<link rel="apple-touch-icon" href="icon.png"/>
|
|
<title> onyx r2ui </title>
|
|
<!-- enyo+onyx -->
|
|
<script type='text/javascript' src='build/enyo.js'></script>
|
|
<script type='text/javascript' src='build/app.js'></script>
|
|
<link href="build/enyo.css" rel="stylesheet">
|
|
<link href="build/app.css" rel="stylesheet">
|
|
<!-- my code -->
|
|
<script type='text/javascript' src="index.js"> </script>
|
|
<link href="index.css" rel="stylesheet">
|
|
</head>
|
|
<body></body>
|
|
</html>
|