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
<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> |
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> | |
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"> |
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
#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; |
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
<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) |
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
<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) |