On Github RP3Agency / digitallunchandlearn
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>#BarnsleyCareerDay</title>
@import url(https://fonts.googleapis.com/css?family=Lato:400,700); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100); .reveal section .white { color: #fff; } .reveal section pre { max-width: 960px; }
// An extremely trivial example of Javascript var a = 5, b = 10, c = a + b; alert(c);