Skip to content

agnekauk/2-serlokas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE Security Status Gluten Status Eco Status

Serlokas

32 group website project

This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!

Site published at: https://agnekauk.github.io/2-serlokas/

Design: Serlokas

Project features

  • Github pages
  • CSS
  • Image

GitHub Light

Authors

Agne: Github

Code sample

<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" />
    <title>Serlokas</title>
</head>
.class {
    background-color: red;
}
function sum(a, b) {
    return a + b;
}