mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
25 lines
926 B
HTML
25 lines
926 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>WebAPI ECA Engine</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="js/cryptico.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>
|
|
<script src="js/menubar.js" type="text/javascript" charset="utf-8"></script>
|
|
</head>
|
|
<body>
|
|
<table id="menubar"><tr></tr></table>
|
|
|
|
<div id="info"></div>
|
|
<div id="mainbody">
|
|
<p></p>
|
|
|
|
<div id="pagetitle">Welcome to the WebAPI ECA-Engine!</div>
|
|
<p>
|
|
Enjoy creating your own ECA rules, together with the required action invoker modules!
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|