Skip to content

Instantly share code, notes, and snippets.

@tayfunoziserikan
Created December 26, 2011 12:47
Show Gist options
  • Save tayfunoziserikan/1521079 to your computer and use it in GitHub Desktop.
Save tayfunoziserikan/1521079 to your computer and use it in GitHub Desktop.
Kebab web os index
<!--
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 Revolution 2.0.0 - Web OS</title>
<!-- include favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- include css files here -->
<link rel="stylesheet" type="text/css" href="resources/css/gray.css">
<!-- include js files here -->
<script type="text/javascript" src="vendors/ext-4.0.7-gpl/bootstrap.js"></script>
<script type="text/javascript" src="kebab.js"></script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment