UNPKG

gantt-source_management

Version:

Gantt, Schedule,

23 lines (21 loc) 453 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf8" /> <base href="./" /> <title>GSTC Examples</title> <meta name="viewport" content="width=device-width" /> <style> body { font-family: Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } </style> </head> <body> <div id="app"> <ul> <li><a href="./complex-1/">Complex 1</a></li> </ul> </div> </body> </html>