This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="test"><a id="lien" href = "father arm/page2.html" title = "Seconde page">Go !</a></p> | |
<style type="text/css"> | |
.test{ | |
text-align: center; | |
} | |
a#lien{ | |
color: red; | |
} | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Petit timer en jquery, le php est la pour établir un petit compteur | |
* @author Quentin Aslan <[email protected]> | |
* @since 18/09/2015 | |
*/ | |
$compteur = fopen('timerTools/compteur.txt', 'r+'); | |
$nbVues = fgets($compteur); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------- # | |
# Code d'un tchat en reseau # | |
# Since 30/08/2015 # | |
# Created by Quentin Aslan # | |
# ------------------------- # | |
import os | |
from ftplib import FTP | |
pseudo = input("Salut, ton pseudo s'il te plait : ") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Projet en développement DevilsCraft / Quentin Aslan</title> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <!-- BOOTSTRAP --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta charset="UTF-8"> | |
<meta name="author" content="Quentin Aslan"> | |
</head> | |
<body> |
NewerOlder