3 Achegas 8dab061e97 ... 232dd758fa

Autor SHA1 Mensaxe Data
  MbNextT1me 232dd758fa Merge branch 'master' into test1 %!s(int64=2) %!d(string=hai) anos
  MbNextT1me fb0aaa13cc add css file %!s(int64=2) %!d(string=hai) anos
  MbNextT1me 1fcf3874bf add test file %!s(int64=2) %!d(string=hai) anos
Modificáronse 2 ficheiros con 16 adicións e 0 borrados
  1. 3 0
      for_test.css
  2. 13 0
      test.html

+ 3 - 0
for_test.css

@@ -0,0 +1,3 @@
+h1 {
+	color: red;	
+}

+ 13 - 0
test.html

@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="UTF-8">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+	<link rel="stylesheet" href="./for_test.css">
+	<title>Test</title>
+</head>
+<body>
+	<h1>test html</h1>
+</body>
+</html>