🐛 Fix current project when having multiple

This commit is contained in:
brunosimon
2017-12-25 18:15:59 +01:00
parent eeb0ce215a
commit 2c3fe48cfc
20 changed files with 42 additions and 6 deletions
@@ -0,0 +1,8 @@
body {
margin:0;
padding:0;
}
.toto .tata > span {
background:url('kikoo.png') top left repeat-x;
}
+8
View File
@@ -0,0 +1,8 @@
body {
margin:0;
padding:0;
}
.toto .tata > span {
background:url('kikoo.png') top left repeat-x;
}
@@ -0,0 +1,14 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
}
}
let pwet = new Pwet()
@@ -0,0 +1,15 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
console.log('World')
}
}
let pwet = new Pwet()
@@ -0,0 +1,17 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
console.log('World')
}
}
let pwet = new Pwet()
@@ -0,0 +1,17 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hell')
console.log('World')
}
}
let pwet = new Pwet()
+17
View File
@@ -0,0 +1,17 @@
'use strict'
/**
* Test
*/
class ClassName extends AnotherClass
{
constructor( argument )
{
// code...
}
test()
{
console.log('salut quentin lol')
}
}
+2
View File
@@ -0,0 +1,2 @@
dfsdf
dsfsdfsdf
+5
View File
@@ -0,0 +1,5 @@
dsfsdf
dfiuhsdifuhdsfiuh
dsfsdf
dsfsdf
dsfsdf
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mon super site</title>
</head>
<body>
<section>
<h1>Bonjour</h1>
<form action="#">
<input type="text">
</form>
<footer>
<a href="#">Contact</a>
</footer>
</section>
</body>
</html>
+18
View File
@@ -0,0 +1,18 @@
<?php
/**
* Test
*/
class ClassName extends AnotherClass
{
function __construct( argument )
{
// code...
}
function test()
{
}
}
+2
View File
@@ -0,0 +1,2 @@
wcwxcsfazeazes
sdfsdfoij
+1
View File
@@ -0,0 +1 @@
This file shouldn't be include
+1
View File
@@ -0,0 +1 @@
test
+1
View File
@@ -0,0 +1 @@
This file shouldn't be include
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.