Skip to content

Instantly share code, notes, and snippets.

View Mortimer333's full-sized avatar
🏠
Working from home

Mortimer333

🏠
Working from home
View GitHub Profile
@Mortimer333
Mortimer333 / contact.html
Created May 13, 2018 19:32
Simple web about game with changing background, clock and galery basied on js so it open in the same page //to make it work you will need to change directory in html and js files P.S. coded in iso-8859-2
<html>
<head>
<title>
Moja Strona
</title>
<meta http-equiv= "Content-Type" content= "text/html; charset=iso-8859-2">
<meta http-equiv= "Content-Language" content="pl">
<link rel="stylesheet" type="text/css" href="../CSS/style_contact.css">
</head>
@Mortimer333
Mortimer333 / index.html
Created May 13, 2018 19:16
first attempt to make a shop with searching for products
<DOCTYPE html>
<html>
<head>
<title>
Moja Strona
</title>
<meta http-equiv= "Content-Type" content= "text/html; charset=utf-8">
<meta http-equiv= "Content-Language" content="pl">
<link rel="stylesheet" type="text/css" href="style.css">
#include <iostream>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
using namespace std;
int Kategorie(int a)
{
cout << "1.Fabularne" << endl;//Done
cout << "2.Animowane" << endl;
@Mortimer333
Mortimer333 / factorial.html
Last active March 28, 2018 16:42
Factorial in Js (html)
<html>
<head>
<title>
JS page
</title>
<meta http-equiv= "Content-Type" content= "text/html; charset=utf-8">
<meta http-equiv= "Content-Language" content="pl">
<script type="text/javascript">
function factorial(n)
@Mortimer333
Mortimer333 / claculator.html
Created March 28, 2018 15:59
Multiplication table in JavaScript (html)
<html>
<head>
<title>
JS page
</title>
<meta http-equiv= "Content-Type" content= "text/html; charset=utf-8">
<meta http-equiv= "Content-Language" content="pl">
<script>
function table(a)