mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-13 18:12:20 +01:00
16 lines
543 B
HTML
16 lines
543 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Tooltip</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" type="text/css" href="{{resource("css/tooltip.css")}}" />
|
|
</head>
|
|
<body>
|
|
<div id="wrap" class="wrap">
|
|
<div id="content" class="content"></div>
|
|
</div>
|
|
<script type="text/javascript" src="{{resource("js/jquery.min.js")}}"></script>
|
|
<script type="text/javascript" src="{{resource("js/tooltip.js")}}"></script>
|
|
</body>
|
|
</html> |