mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 17:19:08 +00:00
12 lines
247 B
HTML
12 lines
247 B
HTML
![]() |
<!doctype html>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Browsersync, Gulp + SASS Example</title>
|
||
|
<link rel='stylesheet' href='css/main.css'>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Browsersync, Gulp + SASS Example</h1>
|
||
|
</body>
|
||
|
</html>
|