Przeglądaj źródła

Add multi-file example

1991
urlysses 7 lat temu
rodzic
commit
1571064535
4 zmienionych plików z 24 dodań i 0 usunięć
  1. +8
    -0
      examples/public/css/styles.css
  2. BIN
      examples/public/images/1991.png
  3. +12
    -0
      examples/public/index.html
  4. +4
    -0
      examples/public/js/scripts.js

+ 8
- 0
examples/public/css/styles.css Wyświetl plik

@@ -0,0 +1,8 @@
html,
body {
margin: 0;
padding: 0;
}
body {
background: #2637dd;
}

BIN
examples/public/images/1991.png Wyświetl plik

Przed Po
Szerokość: 404  |  Wysokość: 56  |  Rozmiar: 965B

+ 12
- 0
examples/public/index.html Wyświetl plik

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<title>fff</title>
</head>
<body>
<img src="images/1991.png" alt="1991">
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>

+ 4
- 0
examples/public/js/scripts.js Wyświetl plik

@@ -0,0 +1,4 @@
/*jslint browser: true*/
(function () {
console.log("fff");
}());

Ładowanie…
Anuluj
Zapisz