Skip to content

brixdan/starter-web

 
 

Repository files navigation

Starter Web Repo

This repository is for showing how Git and GitHub work on release Adding line for rebase on master More changes on feature after rebase

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Purpose

Sample website with plenty of files for demos

Modified Markdown file

Modifications took place

GitHub

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'});
    undefined = 5;
  }
}

About

Simple starting point website project based upon Initializr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.6%
  • JavaScript 6.6%
  • CSS 1.8%