Skip to content

Instantly share code, notes, and snippets.

@tayfunoziserikan
Created December 30, 2011 09:11
Show Gist options
  • Save tayfunoziserikan/1538900 to your computer and use it in GitHub Desktop.
Save tayfunoziserikan/1538900 to your computer and use it in GitHub Desktop.
desktop.html
<!--
Kebab Project 2.0.0 (Kebab Revolution)
http://kebab-project.com
Copyright (c) 2011-2012 lab2023 - internet technologies TURKEY Inc.
http://www.lab2023.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kebab Web OS - Desktop</title>
<!-- include css files here -->
<link rel="stylesheet" type="text/css" href="http://static.kebab.local/vendors/ext-4.0.7-gpl/resources/css/ext-all-gray.css" />
<!-- include js files here -->
<script type="text/javascript" src="http://static.kebab.local/vendors/ext-4.0.7-gpl/bootstrap.js"></script>
<script type="text/javascript" src="http://static.kebab.local/kebab/bootstrap.js"></script>
<script type="text/javascript">
Kebab.boot('Kebab.desktop.Application', 'http://static.kebab.local/');
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment