Skip to content

Instantly share code, notes, and snippets.

@Fab1n
Fab1n / html.html
Created April 27, 2011 12:48
html5session11
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Tutorial</title>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<style type="text/css">
#slider {
width: 300px;
@Fab1n
Fab1n / vgalib.c
Created May 9, 2011 13:22
vgalib
/*
============================================================================
Name : vgalib.c
Author :
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/