Skip to content

Instantly share code, notes, and snippets.

View dullin's full-sized avatar

Hugo Leblanc dullin

  • Montreal, QC, Canada
View GitHub Profile
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Mon Mega Blog (MMB)
</title>
<link rel="stylesheet" href="blog.css">
@dullin
dullin / blog.css
Last active February 23, 2024 22:25
body {
font-family: Arial, sans-serif;
}
nav {
background-color: #333333;
padding: 10px;
}
nav ul{
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="revision.css">
<title>Exemple de Page Web</title>
</head>
@dullin
dullin / apiblog.php
Created February 8, 2024 17:03
REST avec PHP et JS
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="revision.css">
<title>Exemple de Page Web</title>
</head>
<?php
require_once __DIR__.'/router.php';
$personnes = [
[
'age' => 24,
'nom' => 'bob'
],
[
@dullin
dullin / phpblog.php
Created February 5, 2024 16:59
Exemple Blog avec PHP/DB
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="revision.css">
<title>Exemple de Page Web</title>
</head>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="revision.css">
<title>Exemple de Page Web</title>
</head>
https://github.com/starfive-tech/Debian/releases/download/v0.8.0-engineering-release-wayland/install_package_and_dependencies.sh
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.