Skip to content

Instantly share code, notes, and snippets.

View AleksJev's full-sized avatar

Aleksejs Jevsejevs AleksJev

View GitHub Profile
@AleksJev
AleksJev / index.php
Last active March 13, 2018 00:38
Guessing Game
<? session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Adapt</title>
<style type="text/css">
.num{
font-size: 244px;
height: 270px;
@AleksJev
AleksJev / tree.php
Created April 5, 2013 05:28
Creating a Christmas Tree
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Eglite</title>
<style type="text/css">
body{
margin:0;
padding:0;
color:#000;