🎨 Update files structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
dsfsdf
|
||||
dfiuhsdifuhdsfiuh
|
||||
dsfsdf
|
||||
@@ -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()
|
||||
@@ -0,0 +1,17 @@
|
||||
'use strict'
|
||||
|
||||
/**
|
||||
* Test
|
||||
*/
|
||||
class ClassName extends AnotherClass
|
||||
{
|
||||
constructor( argument )
|
||||
{
|
||||
// code...
|
||||
}
|
||||
|
||||
test()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
Bonjour
|
||||
<form action="#">
|
||||
<input type="text">
|
||||
</form>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Test
|
||||
*/
|
||||
class ClassName extends AnotherClass
|
||||
{
|
||||
|
||||
function __construct( argument )
|
||||
{
|
||||
// code...
|
||||
}
|
||||
|
||||
function test()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
This file shouldn't be include
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
test
|
||||
+1
@@ -0,0 +1 @@
|
||||
This file shouldn't be include
|
||||
Reference in New Issue
Block a user