Skip to content

Instantly share code, notes, and snippets.

View kdridi's full-sized avatar
🙃
Focusing

Karim DRIDI kdridi

🙃
Focusing
  • Ubisoft
  • Montpellier, FRANCE
  • X @kdridi
View GitHub Profile
@kdridi
kdridi / index.html
Created October 24, 2012 04:44 — forked from rfessler/index.html
A CodePen by rfessler.
<!DOCTYPE html>
<html >
<head>
<title>Display Data Using jQuery</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">0
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="application.js" type="text/javascript" charset="utf-8"></script>
</head>