kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 966ba3352e61efb34f5807db92292de8ad4d1538
parent bb4001d11961cd77c7f93eda1d6ac7f630f7b920
Author: Joris Vink <joris@coders.se>
Date:   Thu, 30 May 2013 23:16:00 +0200

missing profile.html

Diffstat:
example/html/profile.html | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/example/html/profile.html b/example/html/profile.html @@ -0,0 +1,14 @@ +<!DOCTYPE> +<head> + <link rel="stylesheet" href="/css/style.css" type="text/css"> + <title>Your KORE module worked!</title> +</head> + +<body> + +<div class="content"> + <p>This is a dynamic (regex) path example</p> +</div> + +</body> +</html>